Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
LambdaValue2.kt
blob: f786b8ca6e26d79b53e4b9c5c120868d4369686d [
file
] [
log
] [
blame
]
fun foo
(
list
:
List
<
String
>):
Collection
<
Int
>
{
return
list
.
map
{
it
.<
caret
>
}
}
// EXIST: length
// ABSENT: isEmpty