blob: 8e08c55b3a43562db97e9e50372b72f8d6bd9142 [file] [log] [blame]
/**
* 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();
}
}