TypeScript/tests/baselines/reference/parserArrayLiteralExpression3.types

8 lines
246 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/ArrayLiteralExpressions/parserArrayLiteralExpression3.ts ===
var v = [,,];
2015-04-13 23:01:57 +02:00
>v : any[], Symbol(v, Decl(parserArrayLiteralExpression3.ts, 0, 3))
2014-08-15 23:33:16 +02:00
>[,,] : undefined[]
2015-04-13 21:36:11 +02:00
> : undefined
> : undefined
2014-08-15 23:33:16 +02:00