This commit is contained in:
leungwensen 2016-08-19 09:35:12 +08:00
parent 8f155a6c7c
commit 54a2ba1db4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class SizeofTypeNode extends ExprNode {
}
protected void _dump(Dumper d) {
d.printMember("operand", type);
d.printMember("operand", operand);
}
public <S,E> E accept(ASTVisitor<S,E> visitor) {