Label stmt pretty print

Issue #177 resolved
Loïc Girault created an issue

The label statement pretty print prints only its label.

in java4/frontend/PrettyPrint.jadd line 436 out.print(getStmt()); should be added at the end of LabeledStmt.prettyPrint.

Comments (2)

  1. Log in to comment