blob: 62eed7c9e11263f6b62c6947895dc99a37951806 [file] [log] [blame]
fun foo(x: Boolean) {
if (!x) {
<caret>
}
}