Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
resolve
/
references
/
DefaultObjectAsExtensionReceiverForFunction.kt
blob: a73adcddee2c248d2e4f46cb5715f50574868ef7 [
file
] [
log
] [
blame
]
package
t
class
A
{
companion
object
Companion
{
}
}
fun A
.
Companion
.
foo
()
{}
fun test
()
{
<caret>
A
.
foo
()
}
// REF: companion object of (t).A