mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Previously, implicit imports were also being added to the module interface during override checking (without any diagnostic). Additionally, correct the structure of the import which contained an extra, duplicated path component. It would be diagnosed as a scoped import and written into the interface like this: ``` import UIKit/*.UIKit*/ ``` Resolves rdar://104935794
142 KiB
142 KiB