[FE 1.0] Resolve setters through the new type inference infra

^KT-48961 In progress
This commit is contained in:
Victor Petukhov
2022-06-02 11:07:54 +02:00
committed by teamcity
parent a74c221729
commit 6e191147b9
12 changed files with 70 additions and 58 deletions
@@ -2,6 +2,6 @@ class A {
open inner class Inner
class Nested : Inner {
<!INACCESSIBLE_OUTER_CLASS_EXPRESSION!>constructor()<!><!UNRESOLVED_REFERENCE!><!>
<!INACCESSIBLE_OUTER_CLASS_EXPRESSION!>constructor()<!>
}
}