[FIR] Report NONE_APPLICABLE on callable references with multiple failed candidates
This commit is contained in:
committed by
Space Team
parent
6d2ab92d91
commit
d54068b8ab
+1
-1
@@ -40,7 +40,7 @@ fun main() {
|
||||
|
||||
foo1(KotlinClass2::bar)
|
||||
// Type mismatch
|
||||
foo2(KotlinClass2::<!UNRESOLVED_REFERENCE!>bar<!>)
|
||||
foo2(KotlinClass2::<!NONE_APPLICABLE!>bar<!>)
|
||||
foo3(KotlinClass2::bar)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user