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
inString!
).val upperBound: KaType
The upper bound (such as,
String?
inString!
).
Last modified: 23 July 2024