add missing semicolong since a destructor call is now a statement
This commit is contained in:
@@ -440,7 +440,7 @@ public class PrettyPrintVisitor implements Visitor<Void> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Void visit(DestructorCall e) {
|
public Void visit(DestructorCall e) {
|
||||||
ex.write("destroy " + e.name);
|
ex.write("destroy " + e.name + ";");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user