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 5e91be2 commit f143008Copy full SHA for f143008
Sources/SwiftSyntax/generated/Keyword.swift
@@ -735,7 +735,7 @@ public enum Keyword: UInt8, Hashable {
735
}
736
737
738
- /// Whether the token kind is switched from being an identifier to being an identifier to a keyword in the lexer.
+ /// Whether the token kind is switched from being an identifier to a keyword in the lexer.
739
/// This is true for keywords that used to be considered non-contextual.
740
public var isLexerClassified: Bool {
741
switch self {
0 commit comments