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