Skip to content

Commit b5b84d9

Browse files
committed
Add the missing WithModifier trait
1 parent 83de7dc commit b5b84d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CodeGeneration/Sources/SyntaxSupport/DeclNodes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public let DECL_NODES: [Node] = [
8989
traits: [
9090
"WithOptionalCodeBlock",
9191
"WithAttributes",
92+
"WithModifiers",
9293
],
9394
children: [
9495
Child(

Sources/SwiftSyntax/generated/SyntaxTraits.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)