eca2c7beea
for annotation entry, delegator to super call, array access
13 lines
201 B
Plaintext
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
|