5 lines
80 B
Plaintext
Vendored
5 lines
80 B
Plaintext
Vendored
fun foo(names: List<String>) {
|
|
for (name in names) {
|
|
<caret>
|
|
}
|
|
} |