TypeScript/tests/baselines/reference/parserArrayLiteralExpression10.symbols

5 lines
192 B
Plaintext
Raw Normal View History

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