TypeScript/tests/baselines/reference/VariableDeclaration9_es6.symbols

5 lines
160 B
Plaintext
Raw Normal View History

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