6 lines
82 B
Kotlin
6 lines
82 B
Kotlin
//WITH_RUNTIME
|
|
fun foo(bar: Stream<String>) {
|
|
for (<caret>a in bar) {
|
|
|
|
}
|
|
} |