blob: 6fa3a2bd2a078b9e93beae356fe93761ff40efee [file] [log] [blame]
// WITH_RUNTIME
fun foo(bar: String) {
for (<caret>a in bar) {
print(a)
}
}