Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
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
>
}