mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
11 lines
114 B
Java
11 lines
114 B
Java
// "Create method 'f'" "true"
|
|
class A {
|
|
{
|
|
-f();
|
|
}
|
|
|
|
private int f() {
|
|
return 0;
|
|
}
|
|
}
|