mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 19:02:04 +07:00
GitOrigin-RevId: 73bc261b2e6dc88ca6148a8a6c5ff697efb9bd18
5 lines
61 B
Java
5 lines
61 B
Java
class Main {
|
|
void x() {
|
|
final int x, <caret>y, z;
|
|
}
|
|
} |