[FIR TEST] Update test data due to hardened receiver check (NB: broken)
In particular, nullable invoke extension call and some smart casts are broken here
This commit is contained in:
@@ -3,5 +3,5 @@ fun bar(doIt: Int.() -> Int) {
|
||||
1?.doIt()
|
||||
val i: Int? = 1
|
||||
i.<!INAPPLICABLE_CANDIDATE!>doIt<!>()
|
||||
i?.doIt()
|
||||
i?.<!INAPPLICABLE_CANDIDATE!>doIt<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user