Add VAR(expr)=expr
This commit is contained in:
@@ -628,6 +628,6 @@ class VarRef : Expression
|
||||
{
|
||||
super.location = loc;
|
||||
this.type = NodeType.VarRef;
|
||||
this.expression = expression;
|
||||
this.expression = expr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user