Skip to content

Commit 000e90b

Browse files
committed
Remove UserInaccesible from SetterAccess
`__setter_access` is similar to `_custom` in that this name isn't actually used when printing. So even though it's double underscored, it should still be user accessible.
1 parent 1c4f45b commit 000e90b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gyb_syntax_support/AttributeKinds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ def __init__(self, name, swift_name=None):
817817
ContextualDeclAttributeAlias('open', 'AccessControl'),
818818
DeclAttribute('__setter_access', 'SetterAccess',
819819
OnVar, OnSubscript,
820-
UserInaccessible,
821820
DeclModifier, RejectByParser,
822821
NotSerialized,
823822
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove,

0 commit comments

Comments
 (0)