1
0

Add VAR(expr)=expr

This commit is contained in:
otya128
2016-12-08 22:32:51 +09:00
parent 879d28c9bf
commit 609bc0bcd5
3 changed files with 79 additions and 1 deletions

View File

@@ -628,6 +628,6 @@ class VarRef : Expression
{
super.location = loc;
this.type = NodeType.VarRef;
this.expression = expression;
this.expression = expr;
}
}