mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 00:53:54 +07:00
5 lines
83 B
Java
5 lines
83 B
Java
class Test {
|
|
public int m(int a, int b, int anObject) {
|
|
return anObject;
|
|
}
|
|
} |