mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 20:36:32 +07:00
285a5acd66
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;
|
|
} |