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 42de0a8 commit 6419bb5Copy full SHA for 6419bb5
CodeGeneration/Sources/SyntaxSupport/TypeNodes.swift
@@ -575,18 +575,16 @@ public let TYPE_NODES: [Node] = [
575
],
576
children: [
577
Child(
578
- name: "specifier",
579
- kind: .token(choices: [
580
- .keyword(.dependsOn)
581
- ]),
+ name: "dependsOnKeyword",
+ kind: token(choices: [.keyword(.dependsOn)]),
582
documentation: "The specifier token that's attached to the type."
583
),
584
585
name: "leftParen",
586
kind: .token(choices: [.token(.leftParen)])
587
588
589
- name: "scoped",
+ name: "scopedKeyword",
590
kind: .token(choices: [.keyword(.scoped)]),
591
isOptional: true
592
0 commit comments