[FIR] Handle unresolved callable references more correctly
This commit is contained in:
Vendored
+1
-1
@@ -3,5 +3,5 @@ fun <T, U> T.map(f: (T) -> U) = f(this)
|
||||
fun consume(s: String) {}
|
||||
|
||||
fun test() {
|
||||
consume(1.<!INAPPLICABLE_CANDIDATE!>map<!>(::foo))
|
||||
consume(1.<!INAPPLICABLE_CANDIDATE!>map<!>(<!UNRESOLVED_REFERENCE!>::foo<!>))
|
||||
}
|
||||
Reference in New Issue
Block a user