Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
wordSelection
/
ValueParametersInLambda3
/
1.kt
blob: c7e066146607d053a81b39df0c17cd93e2535e65 [
file
]
fun foo
(
f
:
(
Int
)
->
Int
)
{}
fun test
()
{
foo
{
it
->
<caret><selection>
it
</
selection
>
+
1
it
+
1
}
}