11909a86a8
An enhancement for KT-27209
5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(list: List<String>?) {
|
|
list?.for<caret>Each {}
|
|
} |