diff --git a/Sources/SwiftSyntax/generated/SyntaxKind.swift b/Sources/SwiftSyntax/generated/SyntaxKind.swift index 92931b634f0..d3eb88a1c50 100644 --- a/Sources/SwiftSyntax/generated/SyntaxKind.swift +++ b/Sources/SwiftSyntax/generated/SyntaxKind.swift @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// /// Enumerates the known kinds of Syntax represented in the Syntax tree. -public enum SyntaxKind { +public enum SyntaxKind: UInt16, CaseIterable { case token case accessorBlock case accessorDeclList