mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9cd44ca5d1
When emitting a symbol graph file for a module that import modules via `@_exported import`, emits those modules' symbols as well. SR-15753 rdar://89547374
4 lines
60 B
Swift
4 lines
60 B
Swift
public struct SymbolFromA {}
|
|
|
|
struct InternalSymbolFromA {}
|