mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 09:08:32 +07:00
02e34802cf
GitOrigin-RevId: d474d72a0fa00912a65f7ed32a85f2c2deec5e44
4 lines
109 B
Java
4 lines
109 B
Java
// "Move 'this' to the beginning of the list" "false"
|
|
class X {
|
|
void foo(X this, int i, X this<caret>) {}
|
|
} |