blob: 8660ac27f85df8d0dd391dd99fd8729590c3a2fa [file]
// OUT_OF_CODE_BLOCK: TRUE
// ERROR: Unresolved reference: a
val b = true
fun test() = if (b) {
fun hello() {
<caret>
}
}
else {
}