Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
FunctionLiteral.kt
blob: 97416523608f125e795fb2a22090c5af748d9c59 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
(
c
:
Collection
<
String
>){
c
.
filter
<selection>
{
it
;
false
}</
selection
>
}