Refactoring & clarification: implement new FIR tower resolver
This commit is contained in:
@@ -12,8 +12,8 @@ class Test {
|
||||
fun more(): InnerClass {
|
||||
val b = InnerClass()
|
||||
|
||||
val testVal = inClass
|
||||
foo()
|
||||
val testVal = <!UNRESOLVED_REFERENCE!>inClass<!>
|
||||
<!UNRESOLVED_REFERENCE!>foo<!>()
|
||||
|
||||
return b
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user