Support is and as
[hiphop-php.git] / hphp / hack / test / decl / multiple_user_attributes_on_class.php
blobf1c87d23880b37d07483ab03cf8e984d852cc481
1 <?hh
3 class Foo implements HH\ClassAttribute {}
4 class Bar implements HH\ClassAttribute {}
6 <<Foo, Bar>>
7 class C {}