[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
@@ -13,15 +13,15 @@ class B {
fun f() {
a = A()
a.f(true)
takeInt(a.f(""))
a.<!INAPPLICABLE_CANDIDATE!>f<!>(true)
takeInt(a.<!INAPPLICABLE_CANDIDATE!>f<!>(""))
a.<!INAPPLICABLE_CANDIDATE!>f<!>()
}
fun g() {
takeInt(if (3 > 2) {
a = A()
a.f(true)
a.<!INAPPLICABLE_CANDIDATE!>f<!>(true)
} else {
6
})