TypeScript/tests/cases/compiler/commentsVariableStatement1.ts

5 lines
78 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
// @declaration: true
// @removeComments: false
2014-07-13 01:04:16 +02:00
/** Comment */
var v = 1;