Files
kotlin-fork/compiler/testData/resolvedCalls/differentCallElements/delegatorToSuperCall.txt
T
Svetlana Isakova eca2c7beea Added tests on resolved calls
for annotation entry, delegator to super call, array access
2014-07-30 17:07:10 +04:00

13 lines
201 B
Plaintext

open class A {}
class B: <caret>A() {}
Resolved call:
Resulting descriptor: constructor A()
Explicit receiver kind = NO_EXPLICIT_RECEIVER
This object = NO_RECEIVER
Receiver argument = NO_RECEIVER