mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Revert "[SyntaxParse] Parse associatedtype decl""
This reverts commit 859f90afc1.
This commit is contained in:
@@ -79,6 +79,7 @@ ATTRIBUTE_NODES = [
|
||||
|
||||
# attribute-list -> attribute attribute-list?
|
||||
Node('AttributeList', kind='SyntaxCollection',
|
||||
omit_when_empty=True,
|
||||
element='Syntax', element_name='Attribute',
|
||||
element_choices=[
|
||||
'Attribute',
|
||||
|
||||
Reference in New Issue
Block a user