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