an AST_If is too a StatementWithBody
This commit is contained in:
@@ -999,7 +999,7 @@ function parse($TEXT, exigent_mode) {
|
||||
}
|
||||
return new AST_If({
|
||||
condition : cond,
|
||||
consequent : body,
|
||||
body : body,
|
||||
alternative : belse
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user