Fix bug with identify symbol for static property declarations
[hiphop-php.git] / hphp / hack / test / identify_symbol / class.php
blobfe5d47d73f41dcf6202ee365c2332d30fd038f51
1 <?hh
3 class Foo {}
5 function test(Foo $foo) {}