mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
`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.