jdf
2010-03-16 19:50:13 +00:00
parent 59af901475
commit b34c76afb8
@@ -477,12 +477,7 @@ public class PdeEmitter implements PdeTokenTypes {
case LITERAL_new:
out.print("new");
dumpHiddenAfter(ast);
print(child1);
print(child2);
// "new String[] {...}": the stuff in {} is child3
if (child3 != null) {
print(child3);
}
printChildren(ast);
break;
case LITERAL_return: