[FIR] Fix NPE on empty throws
^KT-60325 fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
fun someFun(i:Int) {
|
||||
val x = i ?: throw<!SYNTAX!><!>
|
||||
}
|
||||
Reference in New Issue
Block a user