blob: 0f529e6d926046c854f57e19b3024f1f911bcbcd [file]
// FIR_IDENTICAL
fun bar() {
if (true) {
fun local() {
}
} else {
}
}