e10d8e51b6
Filter out abstract members of superclasses when generating collection stubs. KT-43207
5 lines
133 B
Kotlin
Vendored
5 lines
133 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
abstract class AMapSD : AbstractMap<String, Double>()
|
|
|
|
abstract class AMMapSD : AbstractMutableMap<String, Double>() |