Skip to content

Commit ab2e6df

Browse files
authored
Merge pull request #61307 from hyp/eng/re-doc-stat-prop
[interop][SwiftToCxx] update status doc for static property support
2 parents 3ca33e6 + fd936c5 commit ab2e6df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/CppInteroperability/CppInteroperabilityStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ This status table describes which of the following Swift language features have
188188
| Getter accessors | Yes, via `get<name>`. Boolean properties that start with `is` or `has` are remapped directly to a getter method using their original name |
189189
| Setter accessors | Yes, via `set<name>` |
190190
| Mutation accessors | No |
191+
| Static property accessors | Yes |
191192

192193
**Generics**
193194

0 commit comments

Comments
 (0)