2 lines
124 B
Text
2 lines
124 B
Text
if (if false { true }) { 32 } else { 23 }
|
|
// type-error: 4 this conditional expression needs an else arm to produce a value
|