Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/collectionStubs/inheritingFromAbstractMutableList.kt
T
Dmitry Petrov e10d8e51b6 JVM_IR more precise superclass stub filtering
Filter out abstract members of superclasses when generating collection
stubs.

KT-43207
2020-11-10 16:41:45 +03:00

4 lines
72 B
Kotlin
Vendored

// WITH_RUNTIME
abstract class AMListD : AbstractMutableList<Double>()