mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-22 00:22:16 +07:00
6 lines
123 B
Java
6 lines
123 B
Java
public class M {
|
|
public int g (final A a, final B b, final C c){
|
|
return a.f() + b.f() + c.f() + c.g();
|
|
}
|
|
}
|