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