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