Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
MapTo2.kt
blob: 90e4cdb1de2fa03a6a71d75990e147469c0c06b0 [
file
] [
log
] [
blame
]
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