mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 18:48:28 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
6 lines
66 B
Java
6 lines
66 B
Java
class C {
|
|
int a;
|
|
int <caret>b;
|
|
// comment
|
|
int c;
|
|
} |