blob: 9a5f57d5ef21db29f86f25f9af5c4b0abc4c8fbe [file] [log] [blame]
// WITH_RUNTIME
fun foo() {
if <caret>(true) {
throw java.lang.AssertionError("text")
}
}