No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / array_append_set_bad.php.exp
blob5509b60c95a8c684c004c461596389e44b1148ff
1 File "array_append_set_bad.php", line 4, characters 3-12:
2 Invalid assignment (Typing[4110])
3 File "array_append_set_bad.php", line 3, characters 16-18:
4 Expected `int`
5 File "array_append_set_bad.php", line 4, characters 10-12:
6 But got `string`
7 File "array_append_set_bad.php", line 20, characters 3-12:
8 Set values must be arraykeys (Typing[4435])
9 File "array_append_set_bad.php", line 19, characters 8-12:
10 This container is an object of type Set<[unresolved]>
11 File "array_append_set_bad.php", line 20, characters 10-12:
12 A float is not an arraykey