IrNonNullTypeRef

@Serializable
@SerialName(value = "nonnull")
data class IrNonNullTypeRef(val ofType: IrTypeRef) : IrTypeRef

Constructors

Link copied to clipboard
constructor(ofType: IrTypeRef)

Properties

Link copied to clipboard