FIR: cache accessor symbols in JavaClassUseSiteMemberScope

This commit is contained in:
Mikhail Glukhikh
2021-02-25 13:06:38 +03:00
parent 750a39a053
commit 2bf3abcb29
8 changed files with 13 additions and 17 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
abstract class A1 : Collection<String> {
override val size: Int get() = 1
}