TypeScript/tests/baselines/reference/nestedIfStatement.types
2014-08-15 14:37:48 -07:00

8 lines
329 B
Plaintext

=== 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.