New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / shape_unification_disallows_providing_optional_field_where_required_field_is_consumed.php.exp
blobf8b5a58015318f49c1a73bbb2819ec3fe945c4dd
1 File "shape_unification_disallows_providing_optional_field_where_required_field_is_consumed.php", line 8, characters 14-15:
2 Invalid argument (Typing[4163])
3 File "shape_unification_disallows_providing_optional_field_where_required_field_is_consumed.php", line 7, characters 25-42:
4 The field 'x' is optional
5 File "shape_unification_disallows_providing_optional_field_where_required_field_is_consumed.php", line 5, characters 31-47:
6 The field 'x' is defined as required