TypeScript/tests/baselines/reference/commentsBeforeVariableStatement1.types

6 lines
184 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/commentsBeforeVariableStatement1.ts ===
/** b's comment*/
export var b: number;
2015-04-13 23:01:57 +02:00
>b : number, Symbol(b, Decl(commentsBeforeVariableStatement1.ts, 1, 10))
2014-08-15 23:33:16 +02:00