TypeScript/tests/baselines/reference/commentsBeforeVariableStatement1.types

6 lines
123 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