mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Lexer should always set `Token.CommentLength` correctly because it necessary for restoring to the token position with comments. Otherwise, 'Token::isAtStartOfLine()' might not correctly set.