oden/fine/tests/expression/errors/while_not_bool.fine

6 lines
112 B
Text

fun test() {
while 12 {}
}
// @expect-errors:
// | 2:8: this condition produces 'f64', but must produce bool