TypeScript/tests/cases/compiler/commentEmitAtEndOfFile1.ts

12 lines
150 B
TypeScript

// @allowUnusedLabels: true
// test
var f = ''
// test #2
module foo {
function bar() { }
}
// test #3
module empty {
}
// test #4