KaDelegatedConstructorCall
Represents a call to another constructor within the same class, or to a superclass constructor. This corresponds to the use of this(...) or super(...) within a constructor's body to delegate initialization to another constructor.
Hierarchy
Inherits KaFunctionCall.
Members
val kind: KindThe call kind (
SUPER_CALLorTHIS_CALL).
Last modified: 23 July 2024