KmFlexibleTypeUpperBound

data class KmFlexibleTypeUpperBound(var type: KmType, var typeFlexibilityId: String?)

Represents an upper bound of a flexible Kotlin type.

Constructors

Link copied to clipboard
constructor(type: KmType, typeFlexibilityId: String?)

Properties

Link copied to clipboard

upper bound of the flexible type

Link copied to clipboard

id of the kind of flexibility this type has. For example, "kotlin.jvm.PlatformType" for JVM platform types, or "kotlin.DynamicType" for JS dynamic type