File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/SyntaxSparrow/Public Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ extension ModifierAssessing {
117117
118118// MARK: - Conformance
119119
120+ extension AssociatedType : ModifierAssessing { }
120121extension Actor : ModifierAssessing { }
121122extension Class : ModifierAssessing { }
122123extension Enumeration : ModifierAssessing { }
@@ -126,7 +127,6 @@ extension ProtocolDecl: ModifierAssessing {}
126127extension Structure : ModifierAssessing { }
127128extension Subscript : ModifierAssessing { }
128129extension Typealias : ModifierAssessing { }
129-
130130extension Variable : ModifierAssessing {
131131
132132 /// Returns `true` when the `private` keyword is within the modifier collection with the `set` detail assigned.
Original file line number Diff line number Diff line change 88import Foundation
99
1010/// Struct representing the raw source for a supporting ``SyntaxSparrow/Declaration` conforming instance
11- public struct SyntaxSourceDetails {
11+ public struct SyntaxSourceDetails : Equatable {
1212 /// The start and end bounds of the source.
1313 public let location : SyntaxSourceLocation
1414
You can’t perform that action at this time.
0 commit comments