File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 67
67
Node ('PrimaryAssociatedTypeList' , kind = 'SyntaxCollection' ,
68
68
element = 'PrimaryAssociatedType' ),
69
69
70
- # primary-associated-type -> type-name
71
- # | type-name (: type-identifier)? (= type)?
70
+ # primary-associated-type -> type-name ','?
72
71
Node ('PrimaryAssociatedType' , kind = 'Syntax' ,
73
72
traits = ['WithTrailingComma' ],
74
73
children = [
75
- Child ('Attributes' , kind = 'AttributeList' ,
76
- collection_element_name = 'Attribute' , is_optional = True ),
77
74
Child ('Name' , kind = 'IdentifierToken' ),
78
- Child ('Colon' , kind = 'ColonToken' ,
79
- is_optional = True ),
80
- Child ('InheritedType' , kind = 'Type' ,
81
- is_optional = True ),
82
- Child ('Initializer' , kind = 'TypeInitializerClause' ,
83
- is_optional = True ),
84
75
Child ('TrailingComma' , kind = 'CommaToken' ,
85
76
is_optional = True ),
86
77
]),
You can’t perform that action at this time.
0 commit comments