Files
kotlin-fork/compiler/testData/resolvedCalls/thisOrSuper/simpleThis.txt
T
2014-07-30 17:07:09 +04:00

14 lines
219 B
Plaintext

class A {
fun foo() {
<caret>this.foo()
}
}
Resolved call:
Resulting descriptor: Class{A}::this
Explicit receiver kind = NO_EXPLICIT_RECEIVER
This object = NO_RECEIVER
Receiver argument = NO_RECEIVER