diff --git a/libdparse b/libdparse index 936b974..3a6705f 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 936b974c133ef8e6e4d630de67b81d48ae086f88 +Subproject commit 3a6705f4576c9e6ac1586c1e3e7434c2a624e8ed diff --git a/src/astprinter.d b/src/astprinter.d index 5709614..019c2de 100644 --- a/src/astprinter.d +++ b/src/astprinter.d @@ -847,7 +847,7 @@ class XMLPrinter : ASTVisitor override void visit(const TypeSuffix typeSuffix) { - if (typeSuffix.star) + if (typeSuffix.star != tok!"") output.writeln(""); else if (typeSuffix.array) {