blob: 9e48681bfc9d12523667832227d3ff9b91c0e497 [file]
// TRUE
val a = 1
fun test() = if (a) {
fun hello() {
<caret>
}
}
else {
}