Refactoring & clarification: implement new FIR tower resolver
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ class A() {
|
||||
val x = 1
|
||||
|
||||
companion object {
|
||||
val y = x
|
||||
val y = <!UNRESOLVED_REFERENCE!>x<!>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user