Arquivos
hhvm/hphp/test/quick/parse_fail_shapes2.php
T
ptarjan 503f75d08b Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:06:51 -07:00

10 linhas
118 B
PHP

<?hh
// Keys must not be numeric or start with integers.
type BadPoint = shape(
'123' => int,
'124' => int,
);