Add subtyping for vec_or_dict
[hiphop-php.git] / hphp / hack / test / typecheck / vec_or_dict1.php.exp
blobb29270ba74934daa702b931ada9a19e32e9c3556
1 File "vec_or_dict1.php", line 4, characters 10-11:
2 Invalid return type (Typing[4110])
3 File "vec_or_dict1.php", line 3, characters 50-55:
4 Expected `string`
5 File "vec_or_dict1.php", line 3, characters 18-25:
6 But got `arraykey`
7 File "vec_or_dict1.php", line 8, characters 10-11:
8 Invalid return type (Typing[4110])
9 File "vec_or_dict1.php", line 7, characters 50-55:
10 Expected `string`
11 File "vec_or_dict1.php", line 7, characters 28-30:
12 But got `int`