removing static type assertions work in progress
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
fun main(args: Array<String>) {
|
||||
if (!false) {
|
||||
throw AssertionError("mess": kotlin.String)
|
||||
throw AssertionError("mess" as kotlin.String)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user