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