TypeScript/tests/baselines/reference/commentOnIfStatement1.js
2014-07-12 17:30:19 -07:00

10 lines
108 B
JavaScript

//// [commentOnIfStatement1.ts]
// Test
if (true) {
}
//// [commentOnIfStatement1.js]
if (true) {
}