TypeScript/tests/baselines/reference/parserArrayLiteralExpression7.symbols

5 lines
188 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/parser/ecmascript5/ArrayLiteralExpressions/parserArrayLiteralExpression7.ts ===
var v = [1,];
>v : Symbol(v, Decl(parserArrayLiteralExpression7.ts, 0, 3))