Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
analysis
/
analysis-api
/
testData
/
referenceResolve
/
invoke
/
nonemptyLambdaRPar.kt
blob: 24a80ba9c65e612d838682f5d4f8cfc7eccb24f0 [
file
]
class
Foo
{
operator
fun invoke
(
a
:
Any
)
{}
}
fun test
(
f
:
Foo
)
{
f
()
{
1
<caret>
}
}