[FIR-TEST] Update testdata of old frontend tests

This commit is contained in:
Dmitriy Novozhilov
2020-01-20 14:48:01 +03:00
parent 19e0b8039b
commit 5f639dd2ae
40 changed files with 59 additions and 59 deletions
@@ -6,6 +6,6 @@ public fun foo() {
var s: Any = "not null"
if (s is String) {
s = 42
bar(s)
<!INAPPLICABLE_CANDIDATE!>bar<!>(s)
}
}
@@ -13,5 +13,5 @@ fun list(start: String) {
e = e.next()
}
// e can never be null but we do not know it
e.hashCode()
e.<!INAPPLICABLE_CANDIDATE!>hashCode<!>()
}