TypeScript/tests/baselines/reference/commentsBeforeVariableStatement1.symbols

6 lines
176 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/commentsBeforeVariableStatement1.ts ===
/** b's comment*/
export var b: number;
>b : Symbol(b, Decl(commentsBeforeVariableStatement1.ts, 1, 10))