blob: 01e08dd92caca876a21ae0f6ebfe1d1742004d24 [file]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: a
fun test() {
val some = if () {
fun other() {
<caret>
}
}
else {
}
}