Learn more about cloning repositories
You have read-only access
[Parse] Store DeclNames in Scope instead of Identifiers This fixes a problem where compound names like `foo(_:bar:)` were being resolved to variables declared with the same base name. Fixes most of SR-880.