Implemented Interfaces
data class ImplementedInterfaces(val interfaces: SourceSetDependent<List<TypeConstructor>>) : ExtraProperty<Documentable>
Content copied to clipboard
Constructors
Link copied to clipboard
fun ImplementedInterfaces(interfaces: SourceSetDependent<List<TypeConstructor>>)
Content copied to clipboard
Types
Link copied to clipboard
object Companion : ExtraProperty.Key<Documentable, ImplementedInterfaces>
Content copied to clipboard