[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun bar(doIt: Int.() -> Int) {
|
||||
1.<!UNRESOLVED_REFERENCE!>doIt<!>()
|
||||
1?.<!UNRESOLVED_REFERENCE!>doIt<!>()
|
||||
val i: Int? = 1
|
||||
i.<!UNRESOLVED_REFERENCE!>doIt<!>()
|
||||
i?.<!UNRESOLVED_REFERENCE!>doIt<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user