[FIR] Properly handle callable references which were resolved with error
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@ object TestCallableReferences {
|
||||
|
||||
fun test0(): (String) -> String = TestCallableReferences::foo
|
||||
|
||||
fun <T> test1(): (List<T>) -> List<T> = TestCallableReferences::<!UNRESOLVED_REFERENCE!>foo<!>
|
||||
fun <T> test1(): (List<T>) -> List<T> = TestCallableReferences::<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user