TypeScript/tests/baselines/reference/parserArrayLiteralExpression5.symbols

5 lines
187 B
Plaintext
Raw Normal View History

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