[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:
Alex Hoppen
2022-03-14 15:23:17 +01:00
parent f807ef92e6
commit 7a1792ab4e
5 changed files with 17 additions and 10 deletions

View File

@@ -232,7 +232,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'NamedAttributeStringArgument': 227,
'DeclName': 228,
'PoundAssertStmt': 229,
'SomeType': 230,
'ConstrainedSugarType': 230,
'CustomAttribute': 231,
'GenericRequirement': 232,
'DifferentiableAttributeArguments': 233,