global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / lsb_static_redeclare5.php
blob23358bbb4306057e48d8da137f53b9fcc6c14a40
1 <?hh
3 class A {
4 <<__LSB>> public static string $x;
7 class B extends A {
10 class C extends B {
11 public static string $x;