FIR: Fix diagnostics test data after safe-call refactoring
^KT-38444 In Progress
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun bar(doIt: Int.() -> Int) {
|
||||
val i: Int? = 1
|
||||
i?.<!INAPPLICABLE_CANDIDATE!>doIt<!>()
|
||||
i?.doIt()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user