Fix bug in hack codegen for sets
[hiphop-php.git] / hphp / hack / test / typecheck / lambda / lambda_bad_pos.php.exp
blob7eead8e0ce9e37b9ff42199bcf8a8f20aabb7ff3
1 ERROR: File "lambda_bad_pos.php", line 26, characters 34-35:
2 Invalid return type (Typing[4323])
3 File "lambda_bad_pos.php", line 6, characters 21-22:
4 `Tv` is a constrained type parameter
5 File "lambda_bad_pos.php", line 6, characters 27-34:
6 This type constraint is violated
7 File "lambda_bad_pos.php", line 6, characters 27-34:
8 Expected `arraykey`
9 File "lambda_bad_pos.php", line 25, characters 22-22:
10 But got `C`
11 File "hackarray.hhi", line 52, characters 72-72:
12 via this generic `T`
13 File "hackarray.hhi", line 22, characters 35-36:
14 via this generic `Tv`
15 File "interfaces.hhi", line 115, characters 49-50:
16 via this generic `Tv`