(byte) type cast in constructor calls

This commit is contained in:
Egor.Ushakov
2017-04-27 15:21:44 +03:00
parent 997a7747d6
commit 4de826363f
4 changed files with 16 additions and 1 deletions

View File

@@ -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;
}