Avatar
いちおう議論はこちらでそれなりに https://forums.swift.org/t/pitch-module-selectors/80835
Alright, folks, it's time to take another crack at this. There are a bunch of situations where one name shadowing another can make it impossible to address the declaration you want. One common example that comes up in module interfaces happens when a type has the same name as the module it belongs to: // In module XCTest: open class XCTest: NS...
👀 1