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

9 lines
216 B
Kotlin
Vendored

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