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