Fix bug with identify symbol for static property declarations
[hiphop-php.git] / hphp / hack / test / identify_symbol / static_property2.php
blob84d6d447da612cb4db705ae4b61131bbc8bf0c8b
1 <?hh
3 class C {
4 public static ?int $foo;
7 function test() {
8 C::$foo;