[FIR] Handle of special getters when there is a kotlin super type

Special getter names (like Collection.size()) can be used only in Java
classes with all-java super-types
Because if there is a kotlin class (not interface) in
 the middle, we 'materialize' special getters to properties.
This commit is contained in:
Andrey Zinovyev
2021-04-30 19:04:45 +03:00
committed by teamcityserver
parent 7066a5b3dc
commit dc9d5cdf35
2 changed files with 25 additions and 2 deletions
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: J.java