mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
13 lines
348 B
Swift
13 lines
348 B
Swift
@_exported import Other
|
|
@_exported import A
|
|
import B
|
|
import C
|
|
|
|
@available(*, unavailable)
|
|
public func filtered() {}
|
|
|
|
/// This has some interesting documentation that shouldn't be separated from
|
|
/// the decl when we print the comment detailing its required bystanders in the
|
|
/// generated interface of 'Other'.
|
|
public func from_OtherCAdditions() {}
|