blob: 696a859d5c20d92805214a440939603dfe8a2dbc [file] [log] [blame]
fun main() {
<caret>if (true) {
} else {
}
}