[FIR-TEST] Mute some failing tests according to changes in DFA

This commit is contained in:
Dmitriy Novozhilov
2020-01-21 15:47:13 +03:00
parent 9bc62fc34d
commit d7c85406fb
5 changed files with 6 additions and 6 deletions
@@ -4,6 +4,6 @@ fun foo(y: String?) {
var x: String? = null
if (x != null) {
y?.let { x = it }
x.length // not-null or not-null
x.<!INAPPLICABLE_CANDIDATE!>length<!> // not-null or not-null
}
}