Handle trait use conflict resolution
[hiphop-php.git] / hphp / hack / test / decl / trait_use_conflict_resolution.php
blob0b8e5b0a6bba34c5b9bd7fe0e80dba1eb4af98bb
1 <?hh // strict
3 class C {
4 use T { x as y; }