6 lines
100 B
Plaintext
Vendored
6 lines
100 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
for ((i, s) in mapOf(1 to "1", 2 to "2")) {
|
|
<caret>
|
|
}
|
|
} |