blob: a60f4368b6a915ab05a3db247c75e599572fbe89 [file] [log] [blame]
fun foo(list: List<String>) {
bar(list.map { it.<caret> })
}
fun bar(p: Collection<Int>) {
}
fun bar(p: Collection<String>, b: Boolean) {
}
// EXIST: length
// EXIST: substring
// ABSENT: isEmpty