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

6 lines
114 B
Text

fun test() {
while 12 {}
}
// @expect-errors:
// | 2:8: the condition of the while loop must produce a boolean