Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / this_param.php.exp
blobbb17b9b046708c0a9b10478488dacdd3f21e111a
1 File "this_param.php", line 23, characters 16-19:
2 Invalid argument (Typing[4110])
3 File "this_param.php", line 23, characters 5-9:
4 Expected this
5 File "this_param.php", line 21, characters 24-26:
6 But got Foo
7 File "this_param.php", line 12, characters 7-9:
8 Since Foo is not final
9 File "this_param.php", line 21, characters 24-26:
10 this might not be a Foo