11909a86a8
An enhancement for KT-27209
5 lines
77 B
Plaintext
Vendored
5 lines
77 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(list: List<String>?) {
|
|
list?.forEach { _ -> }
|
|
} |