Skip to content

Commit 9ce8dbc

Browse files
committed
Regenerate sources
1 parent fa77d15 commit 9ce8dbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/SwiftSyntax/generated/Keyword.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public enum Keyword: UInt8, Hashable, Sendable {
127127
case discard
128128
case forward
129129
case `func`
130+
case freestanding
130131
case get
131132
case `guard`
132133
case higherThan
@@ -647,6 +648,8 @@ public enum Keyword: UInt8, Hashable, Sendable {
647648
self = .availability
648649
case "backDeployed":
649650
self = .backDeployed
651+
case "freestanding":
652+
self = .freestanding
650653
case "noDerivative":
651654
self = .noDerivative
652655
case "transferring":
@@ -909,6 +912,7 @@ public enum Keyword: UInt8, Hashable, Sendable {
909912
"discard",
910913
"forward",
911914
"func",
915+
"freestanding",
912916
"get",
913917
"guard",
914918
"higherThan",

0 commit comments

Comments
 (0)