package testsubjects; public class WidePrimitives { public double doMath(long first, double second, int third, long fourth) { return first * second + third * fourth; } }