mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
4 lines
91 B
Java
4 lines
91 B
Java
// "Make 'foo()' not static" "true-preview"
|
|
class X {
|
|
static void foo(X this<caret>) {}
|
|
} |