Hi there.
I was looking for Zephir forum or something similar, but was not able to find it, so I'm posting my question here.
I'm trying to do this:
interface CollectionInterface extends \IteratorAggregate, \Countable
but seems like Zephir does not like this,
interface CollectionInterface extends \IteratorAggregate, \Countable
===========================================^
Is this currently supported, whats the right syntax?
Thanks.