Skip to content

Commit 5ca4f7e

Browse files
authored
[Distributed] 'distributed' decl modifier for swift-syntax (swiftlang#38020)
1 parent 8a84d87 commit 5ca4f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb_syntax_support/DeclNodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
'required', 'static', 'unowned', 'weak', 'private',
173173
'fileprivate', 'internal', 'public', 'open',
174174
'mutating', 'nonmutating', 'indirect', '__consuming',
175-
'actor', 'async'
175+
'actor', 'async', 'distributed'
176176
]),
177177
Child('DetailLeftParen', kind='LeftParenToken', is_optional=True),
178178
Child('Detail', kind='IdentifierToken', is_optional=True),

0 commit comments

Comments
 (0)