[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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user