blob: d56b935e9df341dde2a5a6d813df79518a131750 [file] [log] [blame]
protocol DefaultedAttributes: Attributes {
}
extension DefaultedAttributes {
var attributes: [(title: String, description: String)] {
var attributes: [(title: String, description: String)] = []
return attributes
}
}
extension Impl: DefaultedAttributes {
}