11909a86a8
An enhancement for KT-27209
6 lines
113 B
Plaintext
Vendored
6 lines
113 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// FIX: Introduce anonymous parameter
|
|
|
|
fun test(list: List<String>) {
|
|
list.forEach { _ -> }
|
|
} |