[FE 1.0] Resolve constructor calls through the new type inference infra

^KT-48961 In progress
This commit is contained in:
Victor Petukhov
2022-06-01 12:37:11 +02:00
committed by teamcity
parent e66cc9a639
commit 0070c234ce
4 changed files with 95 additions and 102 deletions
@@ -2,6 +2,6 @@ class A {
open inner class Inner
class Nested : Inner {
<!INACCESSIBLE_OUTER_CLASS_EXPRESSION!>constructor()<!>
<!INACCESSIBLE_OUTER_CLASS_EXPRESSION!>constructor()<!><!UNRESOLVED_REFERENCE!><!>
}
}