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