TypeScript/tests/cases/compiler/doNotEmitDetachedComments.ts

28 lines
257 B
TypeScript

// @removeComments: true
/*
multi line
comment
*/
var x = 10;
// Single Line comment
function foo() { }
/*
multi-line comment
*/
//========================
function bar() { }
//========================