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