503f75d08b
These names don't make sense now that we run both suites the same way.
10 linhas
118 B
PHP
10 linhas
118 B
PHP
<?hh
|
|
|
|
// Keys must not be numeric or start with integers.
|
|
type BadPoint = shape(
|
|
'123' => int,
|
|
'124' => int,
|
|
);
|
|
|
|
|