mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
`var` and `let` were being handled as a keyword and a variable definition keyword. Avoid the first match.
`var` and `let` were being handled as a keyword and a variable definition keyword. Avoid the first match.