Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / private_static1.php.exp
blob4996f975ff62d103a526f80a1c9cc0842de9073b
1 File "private_static1.php", line 7, characters 20-24:
2 Private members cannot be accessed with static:: since a child class may also have an identically named private member (Typing[4112])
3 File "private_static1.php", line 4, characters 18-20:
4 This member is private