[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
@@ -196,7 +196,7 @@ fun mergeSmartCasts(a: Any?) {
a.<!INAPPLICABLE_CANDIDATE!>compareTo<!>("")
}
when (a) {
is String, is Any -> a.<!UNRESOLVED_REFERENCE!>compareTo<!>("")
is String, is Any -> a.compareTo("")
}
if (a is String && a is Any) {
val i: Int = a.compareTo("")