|
|
|
this()and super() are no method calls, same for expressions with new. If I remove bugs concerning this and closed bugs, then your list contains only GROOVY-2571. If you want to have the command style method call for super and this as well, then we should name this an improvement. It is not really a bug
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
super 'foo'
and
System.out.println 'created a Derived';
The test failed even with the newline there.