Add is_declaration to SymbolOccurrence
[hiphop-php.git] / hphp / hack / test / identify_symbol / new.php
blob54c184814ad7e3ca75b5d70219e6046ad43367b9
1 <?hh
3 class Foo {}
5 function test() {
6 new Foo();