TypeScript/tests/projects/outfile-concat/second/second_part1.ts

12 lines
131 B
TypeScript
Raw Normal View History

2018-06-05 22:19:52 +02:00
namespace N {
// Comment text
}
namespace N {
function f() {
console.log('testing');
}
f();
}