blob: f786b8ca6e26d79b53e4b9c5c120868d4369686d [file] [log] [blame]
fun foo(list: List<String>): Collection<Int> {
return list.map { it.<caret> }
}
// EXIST: length
// ABSENT: isEmpty