JVM_IR more precise superclass stub filtering

Filter out abstract members of superclasses when generating collection
stubs.

KT-43207
This commit is contained in:
Dmitry Petrov
2020-11-10 06:45:24 +03:00
parent 7f26deb5e6
commit e10d8e51b6
11 changed files with 325 additions and 94 deletions
@@ -0,0 +1,3 @@
// WITH_RUNTIME
abstract class AMListD : AbstractMutableList<Double>()