mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
At some point I want to propose a revised model for exports, but for now just mark that support for '@exported' is still experimental and subject to change. (Thanks, Max.)
6 lines
99 B
Swift
6 lines
99 B
Swift
@_exported import FooSwiftModule
|
|
|
|
public func overlayedFoo() {}
|
|
public func onlyInFooOverlay() {}
|
|
|