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