Swift: reorganize some children in schema.yml

This commit is contained in:
Paolo Tranquilli
2022-08-29 14:52:14 +02:00
parent 898689f550
commit 0aecbc2a01
5 changed files with 23 additions and 25 deletions

View File

@@ -80,8 +80,8 @@ AstNode:
Callable:
_children:
params: ParamDecl*
self_param: ParamDecl?
params: ParamDecl*
body: BraceStmt?
ConditionElement:
@@ -545,7 +545,7 @@ RebindSelfInConstructorExpr:
_extends: Expr
_children:
sub_expr: Expr
self: VarDecl
self: VarDecl
SequenceExpr:
_extends: Expr