8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
// WITH_RUNTIME
|
|
fun foo() {
|
|
if (!true) {
|
|
throw lang.AssertionError("text")
|
|
}
|
|
}
|
|
|
|
class AssertionError |