TypeAlias

data class TypeAlias(val name: ClassName) : KmClassifier

Represents a type alias used as a classifier in a type. Note that all types are expanded for metadata produced by the Kotlin compiler, so the type with a type alias classifier may only appear in KmType.abbreviatedType.

Constructors

Link copied to clipboard
constructor(name: ClassName)

Properties

Link copied to clipboard

the name of the type alias