Fix exporting default twice

This commit is contained in:
Jarred Sumner
2021-05-08 18:12:54 -07:00
parent 6b863d5d51
commit 2f4cd402e4
5 changed files with 85 additions and 5 deletions

View File

@@ -313,6 +313,7 @@ pub fn NewPrinter(comptime ascii_only: bool) type {
p.printIndent();
p.print("}");
}
pub fn printDecls(p: *Printer, keyword: string, decls: []G.Decl, flags: ExprFlag) void {
debug("<printDecls>\n {s}", .{decls});
defer debug("</printDecls>", .{});