TypeScript/tests/projects/outfile-concat/second/second_part1.ts
2018-06-05 13:19:52 -07:00

12 lines
131 B
TypeScript

namespace N {
// Comment text
}
namespace N {
function f() {
console.log('testing');
}
f();
}