Add tests for invalid uses of `this` type hint
[hiphop-php.git] / hphp / hack / test / nast / this_static_prop.php
blob4237682d500f87f73ab759e8acbedc868487fd07
1 <?hh
3 class C {
4 static ?this $x;