mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: f172229f06d5d21f0fcdcdc396931cd2867ac6c7
7 lines
109 B
Java
7 lines
109 B
Java
// "Move 'i' to the end of the list" "true-preview"
|
|
|
|
class Simple {
|
|
|
|
void x(int...<caret> i, int j) {
|
|
}
|
|
} |