mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
4 lines
67 B
Java
4 lines
67 B
Java
// "Make 'foo' not static" "true"
|
|
class X {
|
|
void foo(X this) {}
|
|
} |