KaClassType
Last modified: 23 July 2024Represents a Kotlin generic class type, such as String
, List<Int>
, or a function type (like (String) -> Int
).
Can be created using buildClassType.
Hierarchy
Inherits from KaType.
Notable subtypes: KaUsualClassType for non-function types and KaFunctionType for function types.