TypeScript/tests/baselines/reference/commentOnIfStatement1.types

7 lines
99 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/commentOnIfStatement1.ts ===
2015-04-13 21:36:11 +02:00
// Test
if (true) {
>true : boolean
}