Refactoring & clarification: implement new FIR tower resolver
This commit is contained in:
@@ -2,6 +2,6 @@ fun bar(doIt: Int.() -> Int) {
|
||||
1.doIt()
|
||||
1?.doIt()
|
||||
val i: Int? = 1
|
||||
i.<!UNRESOLVED_REFERENCE!>doIt<!>()
|
||||
i.doIt()
|
||||
i?.doIt()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user