[NI-MIGRATE-BAD] Update problematic/questionable tests

These tests are going to be reviewed in more detail before 1.4
This commit is contained in:
Mikhail Zarechenskiy
2020-02-12 18:49:24 +03:00
parent c2fc633ad6
commit abc5eb4740
12 changed files with 15 additions and 3 deletions
@@ -49,7 +49,7 @@ fun test6(a: Any) {
fun test7(a: (Int) -> Int) {
a <!UNCHECKED_CAST!>as () -> Unit<!>
J().run1(<!DEBUG_INFO_SMARTCAST!>a<!>)
J().run1(<!TYPE_MISMATCH!>a<!>)
}
fun test8(a: () -> Unit) {