(byte) type cast in constructor calls
This commit is contained in:
@@ -340,7 +340,7 @@ public class NewExprent extends Exprent {
|
||||
buf.append(", ");
|
||||
}
|
||||
|
||||
ExprProcessor.getCastedExprent(expr, leftType, buf, indent, true, tracer);
|
||||
ExprProcessor.getCastedExprent(expr, leftType, buf, indent, true, false, true, tracer);
|
||||
|
||||
firstParam = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user