Add declarations for internal keyword in direct decl and legacy parsers
[hiphop-php.git] / hphp / hack / test / typecheck / modules / module_bad_visibility.php.exp
blobdcef2a99731c92552287a745548499ee4f2dcd12
1 File "module_bad_visibility.php", line 8, characters 5-14:
2 `__Internal` methods must be public, they cannot be `private` (NastCheck[3095])
3 File "module_bad_visibility.php", line 10, characters 5-14:
4 `__Internal` methods must be public, they cannot be `protected` (NastCheck[3095])