Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
resolve
/
candidatesPriority
/
dispatchReceiverVsExtensionReceiver.resolve
blob: 74f1c30c928ffa05071f1c55510b291369f53b90 [
file
] [
log
] [
blame
]
class
A
{
~
A
.
foo
~
fun foo
()
=
1
}
class
B
{
fun foo
()
=
2
fun A
.
bar
()
=
`A.foo`
foo
()
}