mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 09:08:32 +07:00
c7ee606c95
GitOrigin-RevId: 52b88a888751bb74e37b332c69d4ee0878ea26da
4 lines
138 B
Java
4 lines
138 B
Java
// "Move 'this' to the beginning of the list" "true"
|
|
class X {
|
|
void foo(X x, /*1*/ /*2*/ X /*3*/ this<caret> /*4*/ /*5*/, String s) {}
|
|
} |