Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / this_tparam_bad1.php.exp
blob3d21ac8d1c31e4ac9ce9d797fd86835c3724f43e
1 File "this_tparam_bad1.php", line 36, characters 13-21:
2 Invalid argument (Typing[4110])
3 File "this_tparam_bad1.php", line 34, characters 14-16:
4 Expected <expr#1>
5 File "this_tparam_bad1.php", line 36, characters 3-6:
6 where '<expr#1>' is a reference to this expression
7 File "this_tparam_bad1.php", line 36, characters 17-19:
8 But got Foo
9 File "this_tparam_bad1.php", line 34, characters 14-16:
10 Since Foo is not final
11 File "this_tparam_bad1.php", line 36, characters 17-19:
12 this might not be a Foo