Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
resolvedCalls
/
invoke
/
dispatchReceiverAsReceiverForInvoke.kt
blob: 34598290dd3b4a0a123bad034538d11584aeae2e [
file
]
class
Foo
{
fun invoke
()
{}
}
fun bar
(
f
:
Foo
)
{
f
<caret>
()
}