TypeScript/tests/cases/compiler/doNotEmitPinnedCommentNotOnTopOfFile.ts

10 lines
97 B
TypeScript

// @removeComments: true
var x = 10;
/*!
multi line
comment
*/
var x = 10;