Handle this typehints
[hiphop-php.git] / hphp / test / quick / unset_static.php
blob8302fe54227eb5e2376aa9847bdcde81b231e9a4
1 <?hh
2 class Foo {
3 static $baz = 32;
5 unset(Foo::$baz);