Kotlin Analysis API Documentation Help

KaFlexibleType

Represents a flexible type (or a so-called platform type), a range of types from the lowerBound to the upperBound (both inclusive).

Also check nullability utilities in KaType.

Hierarchy

Inherits from KaType.

Members

val lowerBound: KaType

The lower bound (such as, String in String!).

val upperBound: KaType

The upper bound (such as, String? in String!).

Last modified: 23 July 2024