bec28c8388
Related to KT-15858
9 lines
105 B
Plaintext
Vendored
9 lines
105 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
listOf(1, 2).forEach { l ->
|
|
/* comment */
|
|
}
|
|
}
|