computeSuperkind

fun A_Type.computeSuperkind(): A_Type

Compute a type that is an ancestor of the receiver, but is not an enumeration. Choose the most specific such type. Fail if the receiver is not itself an enumeration. Also fail if the receiver is bottom.

Return

The must specific non-union supertype.