FIR: Fix diagnostics test data after safe-call refactoring
^KT-38444 In Progress
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user