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