JVM IR: Fix BridgeLowering
This commit is contained in:
committed by
Georgy Bronnikov
parent
461d8ef368
commit
07737f8fc6
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
abstract class A1<T> : MutableList<T> {
|
||||
override fun remove(x: T): Boolean = true
|
||||
override fun removeAt(index: Int): T = null!!
|
||||
|
||||
Reference in New Issue
Block a user