No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / trait_private_bad5.php.exp
blobc7f94ceb23c92c3bab4094017c097fb549b27149
1 File "trait_private_bad5.php", line 20, characters 13-15:
2 Private members cannot be accessed with static:: since a child class may also have an identically named private member (Typing[4112])
3 File "trait_private_bad5.php", line 13, characters 27-29:
4 This member is private