Fix test data accidentally broken in cab03404 (commit clash)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ fun test(t: Tr<*>) {
|
||||
|
||||
fun test2(t: JavaClass<*>) {
|
||||
t.v = null!!
|
||||
t.v = ""
|
||||
t.v = <!TYPE_MISMATCH_WARNING!>""<!>
|
||||
t.v = null
|
||||
t.v checkType { _<Any?>() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user