8 lines
105 B
Plaintext
Vendored
8 lines
105 B
Plaintext
Vendored
fun foo() {
|
|
val list = 1..4
|
|
|
|
list.forEach { x ->
|
|
// comment
|
|
var v = x + 1
|
|
}
|
|
} |