CompiledNotNullType

class CompiledNotNullType(val ofType: CompiledType) : CompiledType

Constructors

Link copied to clipboard
fun CompiledNotNullType(ofType: CompiledType)

Functions

Link copied to clipboard
open override fun leafType(): CompiledNamedType
Link copied to clipboard
open override fun rawType(): CompiledNamedType

Properties

Link copied to clipboard
val ofType: CompiledType