Files
kotlin-fork/idea/idea-completion/testData/smart/MapTo.kt
T
2015-07-22 21:06:14 +03:00

9 lines
223 B
Kotlin
Vendored

fun foo(list: List<String>, intList: MutableList<Int>, stringList: MutableList<String>, p: Any): Collection<Int> {
return list.mapTo(<caret>)
}
// EXIST: intList
// EXIST: arrayListOf
// EXIST: stringList
// ABSENT: p