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
@@ -2,7 +2,7 @@ fun foo(y: String?) {
var x: String? = ""
if (x != null) {
with(y?.let { x = null; it }) {
this.length
this.<!INAPPLICABLE_CANDIDATE!>length<!>
x.length
}
x.length