oden/fine/tests/expression/errors/if_not_bool.fine

4 lines
115 B
Text

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