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

This reverts commit 0070c234ce.
This commit is contained in:
Mikhail Glukhikh
2022-09-12 11:28:43 +02:00
committed by Space
parent c699896b0f
commit fc0058d471
4 changed files with 103 additions and 96 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()<!>
}
}