Files
swift-mirror/test/ModuleInterface
Becca Royal-Gordon ae936ac384 Prevent #if in @abi in module interfaces
When a language feature is used inside an `@abi` attribute, we should behave as though it was used on its counterpart. This was already half-implemented—we ensured the counterpart would use the feature—but we didn’t make the ABI decl aware that the counterpart was its parent for feature detection purposes. As a result, we would print `#if` inside the `@abi` attribute, which isn’t valid.
2025-05-08 18:27:58 -07:00
..
2024-11-18 18:09:19 -08:00
2024-02-08 14:29:05 -07:00