[FIR] Fix creating overrides for functions with name same as renamed in JVM builtins
This commit is contained in:
committed by
TeamCityServer
parent
523d37b0f5
commit
af79265f42
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: 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