Remove pretty-printing of implicit constructor invocation

Issue #98 resolved
Jesper Öqvist created an issue

JastAddJ 7.1.1-274-gba3100a Java SE 7

If a constructor is declared without an explicit constructor invocation, then an implicit super constructor call is inserted. This means that the pretty-printing of such a constructor is not identical to the source constructor declaration.

Comments (1)

  1. Log in to comment