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