TypeScript/tests/baselines/reference/commentsBeforeVariableStatement1.symbols
2015-04-15 16:44:20 -07:00

6 lines
176 B
Plaintext

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