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