Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
resolvedCalls
/
impliedThisNoExplicitReceiver.txt
blob: 357ca6e316e7c0595b0e22e48277a76af0bab309 [
file
]
class A {
fun foo() {}
fun bar() {
<caret>foo()
}
}
Resolved call:
Resulting descriptor: fun foo(): Unit defined in A
Explicit receiver kind = NO_EXPLICIT_RECEIVER
Dispatch receiver = Class{A}
Extension receiver = NO_RECEIVER