mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Operator function parsing has a heuristics to determine if `<` a part of the operator name or the generic parameter clause. Handle `let` there because value generics uses it. rdar://149556573