Files
kotlin-fork/compiler/testData/resolvedCalls/differentCallElements/delegatorToSuperCall.txt
T
2020-02-13 11:15:58 +03:00

14 lines
272 B
Plaintext
Vendored

open class A {}
class B: <caret>A() {}
Resolved call:
Candidate descriptor: constructor A() defined in A
Resulting descriptor: constructor A() defined in A
Explicit receiver kind = NO_EXPLICIT_RECEIVER
Dispatch receiver = NO_RECEIVER
Extension receiver = NO_RECEIVER