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