TypeScript/tests/baselines/reference/commentOnIfStatement1.js

11 lines
117 B
JavaScript
Raw Normal View History

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