Unresolved Bound
data class UnresolvedBound(val name: String, val extra: PropertyContainer<UnresolvedBound> = PropertyContainer.empty()) : Bound, AnnotationTarget, WithExtraProperties<UnresolvedBound>
Content copied to clipboard
Constructors
Link copied to clipboard
fun UnresolvedBound(name: String, extra: PropertyContainer<UnresolvedBound> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<UnresolvedBound>): UnresolvedBound
Content copied to clipboard