blob: 6525f3b387d8792817fc2ebdaac6226238f68e3d [file]
fun foo() {
"before"
do {
var a = 2
} while (a > 0)
"after"
}