Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceParameter
/
lambdaArgument.kt
blob: 5b71fe8cd71fb166d0a90f2956af432fb7eefff0 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
(
list
:
List
<
String
>)
=
list
.
filter
<selection>
{
it
.
length
>
6
}</
selection
>