diff --git a/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/2.fir.kt b/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/2.fir.kt index 7d00dd74973..bdd3b1696a9 100644 --- a/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/2.fir.kt +++ b/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/2.fir.kt @@ -481,7 +481,7 @@ fun case_17(a: Int?, b: Int = if (a != null) a else 0) { +fun case_18(a: Int?, b: Int = if (false || a != null || false) a else 0) { a b b.equals(null)