Avatar
Fully-Qualified Lookups Proposal: SE-NNNN Authors: Kyle Sluder Review Manager: TBD Status: Pitch Introduction We propose a syntax for unambiguously referencing any symbol, regardless of local shadowing. Motivation Swift currently lacks a way to reference symbols in the global namespace that have been shadowed by closer declarations. The ...