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 7a84897 commit 1a5a557Copy full SHA for 1a5a557
CodeGeneration/Sources/SyntaxSupport/GenericNodes.swift
@@ -94,6 +94,7 @@ public let GENERIC_NODES: [Node] = [
94
),
95
Child(
96
name: "specifier",
97
+ deprecatedName: "eachKeyword",
98
kind: .token(choices: [
99
.keyword(.each),
100
.keyword(.let)
0 commit comments