blob: 1d50a58d48773c7c87b85fa19b3570eeb26c7ca7 [file] [log] [blame]
// WITH_RUNTIME
fun foo() {
if <caret>(true) {
throw AssertionError("text")
}
}