Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
inspectionsLocal
/
redundantLambdaArrow
/
simple.kt
blob: 4b527a4bfc75fef83cf6c3c3aeda8869096fa411 [
file
] [
log
] [
blame
]
fun foo
(
f
:
()
->
Unit
)
{}
fun bar
()
{
foo
{
<caret>
->
}
}