Commit 4f2a7cc
authored
Fix spelling of retroactive guard (#363)
### Motivation:
`hasFeature(RetroactiveAttribute)` doesn't work as expected, but
`$RetroactiveAttribute` does.
### Modifications:
Switch from `hasFeature` to `$RetroactiveAttribute`.
### Result:
- `@retroactive` is applied appropriately1 parent 63174f3 commit 4f2a7cc
File tree
2 files changed
+2
-2
lines changed- Sources
- _OpenAPIGeneratorCore/Extensions
- swift-openapi-generator
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments