TypeScript/tests/baselines/reference/commentsBeforeVariableStatement1.types

6 lines
181 B
Text
Raw Normal View History

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