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