Begin naming table comparison
[hiphop-php.git] / hphp / hack / test / typecheck / array / safe_vector_array / disallow_varray_with_wrong_key_type_where_varray_or_darray_is_required.php.exp
blob0c3465daec315b7696b014cbcbce48d39e9dd25f
1 File "disallow_varray_with_wrong_key_type_where_varray_or_darray_is_required.php", line 4, characters 10-18:
2 Invalid return type (Typing[4110])
3 File "disallow_varray_with_wrong_key_type_where_varray_or_darray_is_required.php", line 3, characters 36-41:
4 Expected `string`
5 File "disallow_varray_with_wrong_key_type_where_varray_or_darray_is_required.php", line 4, characters 10-18:
6 But got `int` because only `int` can be used to index into a `Vector` or `vec`.