7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
// WITH_RUNTIME
|
|
fun foo() {
|
|
val f = "text"
|
|
if (!true) {
|
|
throw AssertionError(f)
|
|
}
|
|
} |