mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 01:11:31 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
7 lines
85 B
Java
7 lines
85 B
Java
class C {
|
|
int a;
|
|
// comment 1
|
|
// comment 2
|
|
int <caret>b;
|
|
int c;
|
|
} |