[FIR] Handle unresolved callable references more correctly
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ class Unrelated()
|
||||
|
||||
class Test(val name: String = "") {
|
||||
init {
|
||||
Unrelated::name
|
||||
Unrelated::foo
|
||||
<!UNRESOLVED_REFERENCE!>Unrelated::name<!>
|
||||
<!UNRESOLVED_REFERENCE!>Unrelated::foo<!>
|
||||
}
|
||||
|
||||
fun foo() {}
|
||||
|
||||
Reference in New Issue
Block a user