7b0b2d38c5
#KT-8560 Fixed
7 lines
121 B
Kotlin
Vendored
7 lines
121 B
Kotlin
Vendored
fun foo(list: List<String>): Collection<Int> {
|
|
return list.map { it.<caret> }
|
|
}
|
|
|
|
// EXIST: length
|
|
// ABSENT: isEmpty
|