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