mirror of https://github.com/aamine/cbc
This commit is contained in:
parent
8f155a6c7c
commit
54a2ba1db4
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue