mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Swift: reorganize some children in schema.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user