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