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