No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / empty_shape_field_name.php.exp
blob5379079673d74bf0daa3a43a122854c973090b89
1 File "empty_shape_field_name.php", line 2, characters 25-26:
2 Shape field name must be a nonempty single-quoted string or a class constant (Parsing[1002])
3 File "empty_shape_field_name.php", line 3, characters 14-15:
4 Shape field name must be a nonempty single-quoted string or a class constant (Parsing[1002])
5 File "empty_shape_field_name.php", line 3, characters 14-15:
6 A shape field name cannot be an empty string (Typing[4136])