SubstitutedType

class SubstitutedType(val originalType: IType, val name: String) : IType

Constructors

Link copied to clipboard
fun SubstitutedType(originalType: IType, name: String)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
val originalType: IType