JVM_IR KT-45920 don't add special bridge if it clashes with known method
This commit is contained in:
committed by
TeamCityServer
parent
92d200e093
commit
c2a5b0b6e2
+3
@@ -0,0 +1,3 @@
|
||||
abstract class MindMap : MutableMap<Int, String> {
|
||||
operator fun get(key: Any?): String? = null
|
||||
}
|
||||
Reference in New Issue
Block a user