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