mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 14:50:53 +07:00
9 lines
75 B
Java
9 lines
75 B
Java
class A {
|
|
int f() {
|
|
return 0;
|
|
}
|
|
|
|
void m(int f) {
|
|
f();
|
|
}
|
|
} |