We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8fc07 commit 986910eCopy full SHA for 986910e
Sources/WebIDLToSwift/MergeDeclarations.swift
@@ -304,7 +304,7 @@ struct MergedInterface: DeclarationFile {
304
305
struct Extension: DeclarationFile {
306
// sort next to declaration of protocol, hopefully
307
- var name: String { protocols.joined(separator: ", ") }
+ var name: String { "\(protocols.joined(separator: ", ")) - \(conformer)" }
308
let conformer: String
309
var protocols: [String]
310
}
0 commit comments