mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9f6f76308e
Also update code completion, indexing, interface generation and doc info to use it.
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() {}
|