mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] 'distributed' decl modifier for swift-syntax (#38020)
This commit is contained in:
committed by
GitHub
parent
8a84d87213
commit
5ca4f7edf5
@@ -172,7 +172,7 @@ DECL_NODES = [
|
||||
'required', 'static', 'unowned', 'weak', 'private',
|
||||
'fileprivate', 'internal', 'public', 'open',
|
||||
'mutating', 'nonmutating', 'indirect', '__consuming',
|
||||
'actor', 'async'
|
||||
'actor', 'async', 'distributed'
|
||||
]),
|
||||
Child('DetailLeftParen', kind='LeftParenToken', is_optional=True),
|
||||
Child('Detail', kind='IdentifierToken', is_optional=True),
|
||||
|
||||
Reference in New Issue
Block a user