[FIR] Handle unresolved callable references more correctly
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@ fun A.main() {
|
||||
}
|
||||
|
||||
fun Int.main() {
|
||||
::Inner
|
||||
<!UNRESOLVED_REFERENCE!>::Inner<!>
|
||||
val y = A::Inner
|
||||
|
||||
checkSubtype<KFunction1<A, A.Inner>>(y)
|
||||
|
||||
Reference in New Issue
Block a user