TypeScript/tests/baselines/reference/parserArrayLiteralExpression2.types

7 lines
172 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/ArrayLiteralExpressions/parserArrayLiteralExpression2.ts ===
var v = [,];
>v : any[]
2014-08-15 23:33:16 +02:00
>[,] : undefined[]
2015-04-13 21:36:11 +02:00
> : undefined
2014-08-15 23:33:16 +02:00