mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
700d9fd669
`printModuleInterfaceDecl` printes extensions right after the type they are associated with is printed. Extensions associated with a type that appears in the "target" module shouldn't be added to `SwiftDecls` because that would lead to double printing them.