Files
swift-mirror/lib/Sema/ImportResolution.cpp
Henrik G. Olsson da96079eb0 [ImportResolution] Don't deduplicate scoped imports
This fixes a few tests that were failing because scoped imports were
counted as having imported the module already, leading to later imports
of the same module being skipped. Since the scoped imports don't import
the full module, this would result in syntactically imported symbols not
being found by the compiler.
2025-09-16 21:10:07 -07:00

62 KiB