Move io_tests to folly/io/async/test
[hiphop-php.git] / hphp / hack / test / typecheck / shape_with_unknown_fields_is_not_subtype_of_shape_with_known_fields.php.exp
blob6d508d5ffb159e3f111d8338698965b1da2ebff0
1 ERROR: 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.