missing parentheses on default constructor invocation
This commit is contained in:
@@ -307,7 +307,7 @@ public class NewExprent extends Exprent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int start = enumconst ? 2 : 0;
|
int start = enumconst ? 2 : 0;
|
||||||
if(start < lstParameters.size()) {
|
if(!enumconst || start < lstParameters.size()) {
|
||||||
buf.append("(");
|
buf.append("(");
|
||||||
|
|
||||||
boolean firstpar = true;
|
boolean firstpar = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user