TypeScript/tests/baselines/reference/nestedIfStatement.symbols
2015-04-15 16:44:20 -07:00

8 lines
No EOL
329 B
Text

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