blob: bd55a45a5d55d76f9da4878ed1875cb56f164409 [file]
// FALSE
fun test() {
val some = if () {
fun other() {
<caret>
}
}
else {
}
}