blob: c07313361e0f5b2ad1f438875911cbaee8483a98 [file] [log] [blame]
// WITH_RUNTIME
package foo.kotlin
fun foo() {
kotlin.assert(!true) { "text" }
}
fun assert(x: Boolean, y: Any) {}