klyn.Type.superType
property
public readonly property superType as Type:
Description
Returns the direct parent type, if any. print(Int.type.superType)
Example