Merge pull request #8904 from MathiasVP/sync-swift-schema

Swift: Sync schema after extractor changes
This commit is contained in:
Mathias Vorreiter Pedersen
2022-04-27 16:14:46 +01:00
committed by GitHub
5 changed files with 30 additions and 6 deletions

View File

@@ -516,7 +516,7 @@ ExprPattern:
IsPattern:
_extends: Pattern
cast_type_repr: TypeRepr
cast_type_repr: TypeRepr?
sub_pattern: Pattern?
NamedPattern:
@@ -661,6 +661,7 @@ TypeDecl:
AutoClosureExpr:
_extends: AbstractClosureExpr
body: BraceStmt
ClosureExpr:
_extends: AbstractClosureExpr
@@ -858,6 +859,7 @@ DoStmt:
ForEachStmt:
_extends: LabeledStmt
body: BraceStmt
sequence: Expr
where: Expr?
LabeledConditionalStmt: