[FIR] Handle unresolved callable references more correctly
This commit is contained in:
Vendored
+2
-2
@@ -15,6 +15,6 @@ class A {
|
||||
fun eat(value: Any) {}
|
||||
|
||||
fun main() {
|
||||
A::extInt
|
||||
A::extA
|
||||
<!UNRESOLVED_REFERENCE!>A::extInt<!>
|
||||
<!UNRESOLVED_REFERENCE!>A::extA<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user