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