blob: 3f90f7987167d22dfe60a4e8a6c421cca43eb7df [file] [log] [blame]
fun foo(x: Boolean) {
if (x) {
<caret>
}
}