TypeParam

data class TypeParam(val bounds: List<TypeReference>) : TypeReference

Constructors

Link copied to clipboard
fun TypeParam(bounds: List<TypeReference>)

Properties

Link copied to clipboard
val bounds: List<TypeReference>