Ancestry Node
data class AncestryNode(val typeConstructor: TypeConstructor, val superclass: AncestryNode?, val interfaces: List<AncestryNode>)
Constructors
Link copied to clipboard
constructor(typeConstructor: TypeConstructor, superclass: AncestryNode?, interfaces: List<AncestryNode>)