[FIR2IR] Fix NoSuchMethod for Iterator::next (same issue with invoke)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8e35545e10
commit
37abdb1732
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun returnNullable(): String? = null
|
||||
|
||||
inline fun Array<String>.matchAll(fn: (String) -> Unit) {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
fun nil() = null
|
||||
|
||||
Reference in New Issue
Block a user