Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
resolvedCalls
/
explicitReceiverIsExtensionReceiver.kt
blob: 2cbb4879d851eb602e056835431aeb20b69341b6 [
file
]
class
A
{}
fun A
.
foo
()
{}
fun bar
(
a
:
A
)
{
a
.<
caret
>
foo
()
}