KotlinTypeProjection

class KotlinTypeProjection(val impl: TypeProjection) : TypeProjection

Constructors

Link copied to clipboard
fun KotlinTypeProjection(impl: TypeProjection)

Properties

Link copied to clipboard
val impl: TypeProjection
Link copied to clipboard
open override val isStarProjection: Boolean
Link copied to clipboard
open override val projectionKind: Variance
Link copied to clipboard
open override val type: Type