STAR top-level property

KTypeProjection get STAR

Star projection, denoted by the * character.

For example, in the type KClass<*>, * is the star projection.

See the Kotlin language documentation for more information.

Implementation

KTypeProjection get STAR => (null, null);