Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
resolvedCalls
/
thisOrSuper
/
simpleThis.txt
blob: f557ce405a377115bfbd9a741049e753835076a2 [
file
]
class A {
fun foo() {
<caret>this.foo()
}
}
Resolved call:
Resulting descriptor: Class{A}::this
Explicit receiver kind = NO_EXPLICIT_RECEIVER
Dispatch receiver = NO_RECEIVER
Extension receiver = NO_RECEIVER