FIR: Fix diagnostics test data after safe-call refactoring

^KT-38444 In Progress
This commit is contained in:
Denis Zharkov
2020-06-01 16:06:12 +03:00
parent 723b275d99
commit 55a4c40970
8 changed files with 16 additions and 16 deletions
@@ -1,4 +1,4 @@
fun bar(doIt: Int.() -> Int) {
val i: Int? = 1
i?.<!INAPPLICABLE_CANDIDATE!>doIt<!>()
i?.doIt()
}