ExceptionInSupertypes

data class ExceptionInSupertypes(val exceptions: SourceSetDependent<List<TypeConstructor>>) : ExtraProperty<Documentable>

Constructors

Link copied to clipboard
fun ExceptionInSupertypes(exceptions: SourceSetDependent<List<TypeConstructor>>)

Types

Link copied to clipboard
object Companion : ExtraProperty.Key<Documentable, ExceptionInSupertypes>

Properties

Link copied to clipboard
val exceptions: SourceSetDependent<List<TypeConstructor>>
Link copied to clipboard
open override val key: ExtraProperty.Key<Documentable, *>