mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Qualified lookup depends not only on the current module but actually the current file, since imports are file-scoped by default. Currently this only affects lookup into other modules (e.g. "Foundation.NSString"), but this could also be used for extension filtering. This breaks one name resolution test, but the refactoring in the next commit changes everything anyway and will restore the test. Swift SVN r10831
44 KiB
44 KiB