6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
// WITH_RUNTIME
|
|
fun foo() {
|
|
kotlin.assert(!true, "text")
|
|
}
|
|
|
|
fun assert(x: Boolean, y: Any) {} |