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