mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SymbolGraphGen] only include the given symbol for qualified imports (#59852)
* only include the given symbol for qualified imports rdar://96309088 * re-exporting one type should not allow unrelated types to sneak in * ensure that children of re-exported types are also re-exported
This commit is contained in:
3
test/SymbolGraph/Module/Inputs/ExportedImport/B.swift
Normal file
3
test/SymbolGraph/Module/Inputs/ExportedImport/B.swift
Normal file
@@ -0,0 +1,3 @@
|
||||
public struct StructOne {}
|
||||
|
||||
public struct StructTwo {}
|
||||
Reference in New Issue
Block a user