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

6 lines
86 B
TypeScript

class C {
doSomething() {
console.log("something got done");
}
}