TypeScript/tests/baselines/reference/nestedIfStatement.types

8 lines
329 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/nestedIfStatement.ts ===
if (0) {
No type information for this code.} else if (1) {
No type information for this code.} else if (2) {
No type information for this code.} else if (3) {
No type information for this code.} else {
No type information for this code.}
No type information for this code.