7 lines
152 B
Kotlin
Vendored
7 lines
152 B
Kotlin
Vendored
fun test() {
|
|
val x = 45 ?: <expr>throw Exception()</expr>
|
|
return
|
|
}
|
|
|
|
// IGNORE_FE10
|
|
// FIR considers all expressions of type `Nothing` as unused. |