mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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.