When extending interface by several interfaces

namespace Igor;

interface CInterface extends AInterface, BInterface
{ 
}

Got an error

Zephir\ParseException: Syntax error in /projects/test/igor/cinterface.zep on line 3

 interface CInterface extends AInterface, BInterface
 ---------------------------------------^

https://github.com/phalcon/zephir/issues/484