TypeScript/tests/baselines/reference/commentsBeforeVariableStatement1.types
2014-08-15 14:37:48 -07:00

6 lines
123 B
Plaintext

=== tests/cases/compiler/commentsBeforeVariableStatement1.ts ===
/** b's comment*/
export var b: number;
>b : number