blob: 7d7d7ad1b1bb1713c57a46c8fdbf6932cea0167a [file] [log] [blame]
fun foo() {
do {
val x = 42
} while (x != 42)
}