Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / shapes_cc_13.php
blob7f2b4b1d303be9a80934a6f8861fe40408e6fc4b
1 <?hh // strict
3 /* Invalid construction: shape field names may not be empty */
5 function test(): void {
6 $x = shape('' => 1, 'field2' => true);