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.
2 parents 9b513ab + a862613 commit 2f61f77Copy full SHA for 2f61f77
CodeGeneration/Sources/generate-swiftsyntax/templates/swiftsyntax/KeywordFile.swift
@@ -15,7 +15,7 @@ import SwiftSyntaxBuilder
15
import SyntaxSupport
16
import Utils
17
18
-let lookupTable = ArrayExprSyntax(leftSquare: .leftSquareBracketToken(trailingTrivia: .newline)) {
+let lookupTable = ArrayExprSyntax(leftSquare: .leftSquareToken(trailingTrivia: .newline)) {
19
for keyword in KEYWORDS {
20
ArrayElementSyntax(expression: ExprSyntax("\(literal: keyword.name)"), trailingComma: .commaToken())
21
}
0 commit comments