2ddcae68e8
#KT-5077 Fixed
3 lines
60 B
Kotlin
3 lines
60 B
Kotlin
fun foo(list: List<String>) {
|
|
list.map { Stri<caret> }
|
|
} |