mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Parser] Support 'any' type in SwiftSyntax
Previously, SwiftSyntax wasn’t able to parse 'any' types. Add support for them now. rdar://90077430
This commit is contained in:
@@ -232,7 +232,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
||||
'NamedAttributeStringArgument': 227,
|
||||
'DeclName': 228,
|
||||
'PoundAssertStmt': 229,
|
||||
'SomeType': 230,
|
||||
'ConstrainedSugarType': 230,
|
||||
'CustomAttribute': 231,
|
||||
'GenericRequirement': 232,
|
||||
'DifferentiableAttributeArguments': 233,
|
||||
|
||||
Reference in New Issue
Block a user