Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / shape31.php
blob28523570cc740ab201df34bc1e0d93e3b7e94195
1 <?hh // partial
3 function test(string $key): void {
4 $s = shape();
5 /* HH_FIXME[4051] - there should only be one error,
6 and single HH_FIXME should squash it */
7 $s[$key] = 4;