klyn.Type.superType
property
public readonly property superType as Type:
Description

Returns the direct parent type, if any.

Example
print(Int.type.superType)