TypeScript/tests/baselines/reference/VariableDeclaration10_es6.symbols

5 lines
166 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/variableDeclarations/VariableDeclaration10_es6.ts ===
let a: number = 1
>a : Symbol(a, Decl(VariableDeclaration10_es6.ts, 0, 3))