blob: d3f5734a526a9a49e968dd091a6114ba6ca3542d [file]
// RUN_PIPELINE_TILL: BACKEND
fun test1() {
run {
if (true) {
<!INVALID_IF_AS_EXPRESSION!>if<!> (true) {}
}
else {
1
}
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, ifExpression, integerLiteral, lambdaLiteral */