blob: 7549813086792e03466bda03f3823a3597d0fb96 [file]
fun test1() {
run {
if (true) {
<!INVALID_IF_AS_EXPRESSION!>if<!> (true) {}
}
else {
1
}
}
}