TypeScript/tests/cases/compiler/commentsBeforeVariableStatement1.ts
2014-07-12 17:30:19 -07:00

4 lines
78 B
TypeScript

//@module: amd
// @comments: true
/** b's comment*/
export var b: number;