blob: aded6800c650aa78ffa226add310bcb0fdb34bf2 [file] [log] [blame]
// WITH_RUNTIME
fun foo() {
if <caret>(true) {
throw AssertionError(null)
}
}