672b5ba0d7
We drop Kotlin function 'remove' or 'getOrDefault' from JvmMappedScope, if it has platform-dependent annotation, and the bound Java class scope does not contain a function with the same signature. #KT-57268 Fixed
6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
open class A : HashMap<String, String>()
|
|
|
|
class B : A()
|