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