blob: e77cd753b933b8e9fe45402af51fdfcf6a325e7e [file] [log] [blame]
fun foo() {
<caret>if (true) {
if (false) {
foo()
}
}
}