Skip to content

Commit fd936c5

Browse files
committed
[interop][SwiftToCxx] update status doc for static property support
1 parent 9ca5492 commit fd936c5

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)