mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
4 lines
75 B
Java
4 lines
75 B
Java
// "Make 'foo' not static" "true-preview"
|
|
class X {
|
|
void foo(X this) {}
|
|
} |