mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add Layout Requirements To AST
Layout Requirements aren't a fully-exposed part of the language, but we do need some representation for them.
This commit is contained in:
@@ -166,7 +166,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
||||
'AvailabilityVersionRestriction': 161,
|
||||
'VersionTuple': 162,
|
||||
'CodeBlockItemList': 163,
|
||||
# removed: 'FunctionCallArgumentList': 164,
|
||||
'LayoutRequirement': 164,
|
||||
'TupleExprElementList': 165,
|
||||
'ArrayElementList': 166,
|
||||
'DictionaryElementList': 167,
|
||||
|
||||
Reference in New Issue
Block a user