Skip to content

Commit 3303255

Browse files
committed
Change stuff to make the compiler happy
1 parent 07dde5d commit 3303255

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CodeGeneration/Sources/SyntaxSupport/DeclNodes.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ public let DECL_NODES: [Node] = [
184184
kind: .accessorYieldingModifier,
185185
base: .syntax,
186186
nameForDiagnostics: nil,
187-
traits: [],
188-
children: [ ??? ],
189187
),
190188

191189
Node(

CodeGeneration/Sources/SyntaxSupport/SyntaxNodeKind.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public enum SyntaxNodeKind: String, CaseIterable, IdentifierConvertible, TypeCon
2929
case accessorDeclList
3030
case accessorEffectSpecifiers
3131
case accessorParameters
32+
case accessorYieldingModifier
3233
case actorDecl
3334
case arrayElement
3435
case arrayElementList

0 commit comments

Comments
 (0)