mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 22:43:40 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
9 lines
63 B
Java
9 lines
63 B
Java
|
|
class CL {
|
|
void g() {
|
|
int j = <caret>0;
|
|
}
|
|
}
|
|
|
|
|