Add declarations for internal keyword in direct decl and legacy parsers
[hiphop-php.git] / hphp / hack / test / typecheck / modules / internal_keyword.php.exp
blob799534cb069bf6694d2fbbbb40f7d9fddb9c9c0c
1 File "internal_keyword.php--file2.php", line 2, characters 15-25:
2 Cannot access an internal element from module `foo` outside of a module (Typing[4444])
3 File "internal_keyword.php--file1.php", line 8, characters 16-26:
4 This is from module `foo`
5 File "internal_keyword.php--file2.php", line 4, characters 3-14:
6 Cannot access an internal element from module `foo` outside of a module (Typing[4444])
7 File "internal_keyword.php--file1.php", line 15, characters 19-30:
8 This is from module `foo`
9 File "internal_keyword.php--file2.php", line 5, characters 7-9:
10 You cannot access internal members outside of a module (Typing[4112])
11 File "internal_keyword.php--file1.php", line 5, characters 21-23:
12 This member is internal