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