mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-08 06:10:59 +07:00
4 lines
97 B
Java
4 lines
97 B
Java
// "Move 'this' to the begin of the list" "true"
|
|
class X {
|
|
void foo(X this, X x, double d) {}
|
|
} |