Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
FunctionLiteralWithExtraArgs.kt
blob: 8da215017ca4ce6bf35778f68fe8e195eff5f936 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
(
c
:
Collection
<
String
>){
c
.
filterTo
(
ArrayList
<
String
>())<
selection
>{
it
.
length
>
1
}</
selection
>
}