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