/** * Created by IntelliJ IDEA. * User: db * Date: 21.09.11 * Time: 23:57 * To change this template use File | Settings | File Templates. */ public class M { public int g (final A a, final B b, final C c){ return a.f() + b.f() + c.f() + c.g(); } }