blob: 1490d560464fed90208c5757e70c80bed6d0a4e7 [file] [log] [blame]
fun foo() {
"before"
while (true) {
val a: Int
}
"after"
}