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 4e1a818 commit cc41ac4Copy full SHA for cc41ac4
CodeGeneration/Sources/SyntaxSupport/DeclNodes.swift
@@ -1026,18 +1026,7 @@ public let DECL_NODES: [Node] = [
1026
),
1027
Child(
1028
name: "Signature",
1029
- kind: .nodeChoices(choices: [
1030
- Child(
1031
- name: "FunctionLike",
1032
- kind: .node(kind: "FunctionSignature"),
1033
- nameForDiagnostics: "macro signature"
1034
- ),
1035
1036
- name: "ValueLike",
1037
- kind: .node(kind: "TypeAnnotation"),
1038
1039
1040
- ]),
+ kind: .node(kind: "FunctionSignature"),
1041
nameForDiagnostics: "macro signature"
1042
1043
0 commit comments