9 lines
175 B
Kotlin
Vendored
9 lines
175 B
Kotlin
Vendored
fun test() {
|
|
while(true) {
|
|
val x = 45 ?: <expr>continue</expr>
|
|
return
|
|
}
|
|
}
|
|
|
|
// IGNORE_FE10
|
|
// FIR considers all expressions of type `Nothing` as unused. |