global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / parse_fail_shapes3.php
blobfd5635a66398213dd4521235a21b6f60abd52ae6
1 <?hh
3 $s = shape(
4 // declaring field as optional is possible only in type annotation
5 ?'aaaa' => 3,
6 );