swift
1bb21863 - Inherit @objc, dynamic, @implementation in `@abi`

Commit
220 days ago
Inherit @objc, dynamic, @implementation in `@abi` ABI-only declarations now query their API counterpart for things like `isObjC()`, their ObjC name, dynamic status, etc. This means that `@objc` and friends can simply be omitted from an `@abi` attribute. No tests in this commit since attribute checking hasn’t landed yet.
Author
Committer
Parents
Loading