removing static type assertions work in progress
This commit is contained in:
+2
-1
@@ -37,7 +37,8 @@ fun box(): String {
|
||||
assertNotEquals(ho1, ho2)
|
||||
assertNotEquals(ho1, ho3)
|
||||
|
||||
assertTrue((d1 : Any) != "")
|
||||
val d1any: Any = d1
|
||||
assertTrue(d1any != "")
|
||||
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user