FIR: introduce & use REFERENCE_BY_QUALIFIER positioning strategy

This commit is contained in:
Mikhail Glukhikh
2021-02-18 11:54:22 +03:00
parent 0accaf0f30
commit 34c90aab3b
138 changed files with 415 additions and 372 deletions
@@ -35,7 +35,7 @@ fun test4() {
// should be an error on receiver, shouldn't be thrown away
fun test5() {
1.<!UNRESOLVED_REFERENCE!>(fun String.()=1)()<!>
1.<!UNRESOLVED_REFERENCE!>(fun String.()=1)<!>()
}
fun <R: Any> R?.sure() : R = this!!