[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
@@ -3,5 +3,5 @@
fun foo(y: String) {
var x: String? = null
y.let { x = it }
x.length // Smart cast is not possible
x.<!INAPPLICABLE_CANDIDATE!>length<!> // Smart cast is not possible
}
@@ -30,7 +30,7 @@ fun test2(s: String?) {
requireNotNull(s)
t2 = true
}
t2.<!UNRESOLVED_REFERENCE!>not<!>()
t2.not()
s.length
}
}
@@ -31,7 +31,7 @@ fun test2(s: String?) {
requireNotNull(s)
t2 = true
}
t2.<!UNRESOLVED_REFERENCE!>not<!>()
t2.not()
s.length
}
}