No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / shape_with_unknown_fields_is_not_subtype_of_shape_with_known_fields.php.exp
blobc96cf72f475db584dfa46b7ad5844f1299c9483b
1 File "shape_with_unknown_fields_is_not_subtype_of_shape_with_known_fields.php", line 4, characters 10-35:
2 Invalid return type (Typing[4138])
3 File "shape_with_unknown_fields_is_not_subtype_of_shape_with_known_fields.php", line 3, characters 15-24:
4 This shape type allows unknown fields, and so it may contain fields other than those explicitly declared in its declaration.
5 File "shape_with_unknown_fields_is_not_subtype_of_shape_with_known_fields.php", line 3, characters 55-61:
6 It is incompatible with a shape that does not allow unknown fields.