TypeScript/tests/baselines/reference/parserArrayLiteralExpression4.types

6 lines
161 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/ArrayLiteralExpressions/parserArrayLiteralExpression4.ts ===
var v = [,,,];
>v : any[]
>[,,,] : undefined[]