Refactoring & clarification: implement new FIR tower resolver

This commit is contained in:
Mikhail Glukhikh
2020-01-10 18:58:42 +03:00
parent a3ab763f0b
commit 14204a842a
125 changed files with 1804 additions and 1085 deletions
@@ -6,8 +6,8 @@ fun test1() {
}
fun test2(f: String.(Int) -> Unit) {
11.(<!UNRESOLVED_REFERENCE!>f<!>)(1)
11.(<!UNRESOLVED_REFERENCE!>f<!>)()
11.(<!INAPPLICABLE_CANDIDATE!>f<!>)(1)
11.(<!INAPPLICABLE_CANDIDATE!>f<!>)()
}
fun test3() {