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