Files
kotlin-fork/compiler/testData/diagnostics/tests/EmptyThrow.kt
T
Egor Kulikov c3010dd599 [FIR] Fix NPE on empty throws
^KT-60325 fixed
2023-10-02 14:37:00 +00:00

5 lines
76 B
Kotlin
Vendored

// FIR_IDENTICAL
fun someFun(i:Int) {
val x = i ?: throw<!SYNTAX!><!>
}