mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ABI-only declarations now inherit access control modifiers like `public` or `private(set)`, as well as `@usableFromInline` and `@_spi`, from their API counterpart. This means these attributes and modifiers don’t need to be specified in an `@abi` attribute. Very few tests because we aren’t yet enforcing the absence of these attributes.
14 KiB
14 KiB