7 lines
128 B
Plaintext
Vendored
7 lines
128 B
Plaintext
Vendored
fun main(args: Array<String>) {
|
|
if (!false) {
|
|
throw AssertionError("mess" as kotlin.String)
|
|
}
|
|
}
|
|
|
|
// WITH_RUNTIME |