blob: 43ca6e251e6ec3a9abf6d1fafb88f8dc25d6dec7 [file] [log] [blame]
// WITH_RUNTIME
package foo.kotlin
fun foo() {
if <caret>(true) {
throw AssertionError("text")
}
}
fun assert(x: Boolean, y: Any) {}