Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
resolvedCalls
/
impliedThisNoExplicitReceiver.kt
blob: d6d30721e990d3da125a13466894493823f49a21 [
file
]
class
A
{
fun foo
()
{}
fun bar
()
{
<caret>
foo
()
}
}