blob: 8c8ca9f0f7f9443a61aef8811507272d2ea515e6 [file] [log] [blame]
fun some() {
do println() while (true)
println()
while (true)<caret>
}