Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
resolvedCalls
/
implicitReceiverIsExtensionReceiver.kt
blob: 0fccc7de5524d789e5d98c3442f3ed69d6c05a5f [
file
] [
log
] [
blame
]
class
A
{}
fun A
.
foo
()
{}
fun A
.
bar
()
{
<caret>
foo
()
}