TypeScript/tests/baselines/reference/VariableDeclaration3_es6.symbols

5 lines
158 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/variableDeclarations/VariableDeclaration3_es6.ts ===
const a = 1
>a : Symbol(a, Decl(VariableDeclaration3_es6.ts, 0, 5))