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