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 3688938 commit 5c050daCopy full SHA for 5c050da
CodeGeneration/Sources/SyntaxSupport/StmtNodes.swift
@@ -284,6 +284,12 @@ public let STMT_NODES: [Node] = [
284
kind: .token(choices: [.keyword(.await)]),
285
isOptional: true
286
),
287
+ Child(
288
+ name: "unsafeKeyword",
289
+ kind: .token(choices: [.keyword(.unsafe)]),
290
+ experimentalFeature: .unsafeExpression,
291
+ isOptional: true
292
+ ),
293
Child(
294
name: "caseKeyword",
295
kind: .token(choices: [.keyword(.case)]),
0 commit comments