TypeScript/tests/baselines/reference/commentOnIfStatement1.js

10 lines
108 B
JavaScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [commentOnIfStatement1.ts]
// Test
if (true) {
}
//// [commentOnIfStatement1.js]
if (true) {
}