6 lines
89 B
Kotlin
Vendored
6 lines
89 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
val x = "abcd"
|
|
|
|
x.forEach<caret> { it.equals('a') }
|
|
} |