UnresolvedBound

data class UnresolvedBound(val name: String, val extra: PropertyContainer<UnresolvedBound> = PropertyContainer.empty()) : Bound, AnnotationTarget, WithExtraProperties<UnresolvedBound>

Constructors

Link copied to clipboard
fun UnresolvedBound(name: String, extra: PropertyContainer<UnresolvedBound> = PropertyContainer.empty())

Functions

Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<UnresolvedBound>): UnresolvedBound

Properties

Link copied to clipboard
open override val extra: PropertyContainer<UnresolvedBound>
Link copied to clipboard
val name: String