New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / trait_private_bad4.php.exp
blobf7373fa55dc51b581430b08acd75245b341db7ca
1 File "trait_private_bad4.php", line 24, characters 21-23:
2 You cannot access protected members using the trait's name (did you mean to use static:: or self::?) (Typing[4112])
3 File "trait_private_bad4.php", line 13, characters 29-31:
4 This member is protected