Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / lambda / new_map_lambda.php.exp
blobfcad97f2d3d4d40ece86a803036b99e99bae9dcb
1 File "new_map_lambda.php", line 24, characters 60-65:
2 Invalid argument (Typing[4110])
3 File "new_map_lambda.php", line 18, characters 36-41:
4 Expected MyEnum
5 File "new_map_lambda.php", line 24, characters 26-31:
6 But got string because the type of the lambda parameter could not be determined. Please add a type hint to the parameter
7 File "new_map_lambda.php", line 25, characters 25-73:
8 Invalid argument (Typing[4110])
9 File "new_map_lambda.php", line 25, characters 26-31:
10 Expected MyEnum
11 File "new_map_lambda.php", line 22, characters 30-35:
12 But got string
13 File "new_map_lambda.php", line 12, characters 15-16:
14 via this generic Tk