JVM_IR KT-45920 don't add special bridge if it clashes with known method

This commit is contained in:
Dmitry Petrov
2021-04-08 16:28:29 +03:00
committed by TeamCityServer
parent 92d200e093
commit c2a5b0b6e2
6 changed files with 78 additions and 11 deletions
@@ -0,0 +1,3 @@
abstract class MindMap : MutableMap<Int, String> {
operator fun get(key: Any?): String? = null
}