4 lines
115 B
Text
4 lines
115 B
Text
if 23 { "what" } else { "the" }
|
|
|
|
// @expect-errors:
|
|
// | 1:3: this condition produces 'f64', but must produce bool
|