mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-29 08:20:55 +07:00
4 lines
91 B
Java
4 lines
91 B
Java
// "Remove receiver parameter" "true-preview"
|
|
class X {
|
|
void foo(X x, X this<caret>) {}
|
|
} |