Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
()
}