blob: 0cccd1e9692571467f1c026fd50deb461530c4e9 [file]
// MOVE: up
fun foo(x: Boolean) {
if (x) {
<caret>while (x) {
}
}
}