On Sun, Apr 17, 2016 at 6:06 AM, Bastian Schneider < bastian.schnei...@commerce-plus.com> wrote:
> Just a quick thought. > > > union Iterable { > use array; > use ArrayAccess; > use Traversable; > } > I think this example creates another meaning on the "use" syntax, which make "use" context depended. The "use" statement is already used to "create an class name alias in the current namespace." and this makes "use" confusing. Thanks, Yo-An Lin