class ReturnMethod{ Integer r; Integer mul(Integer x, Integer y) { return r; } }