mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
9 lines
163 B
Java
9 lines
163 B
Java
class C {
|
|
{
|
|
int a = 1;
|
|
<selection>if (true) {
|
|
System.out.println();<caret>
|
|
}</selection>
|
|
int b = 1;
|
|
}
|
|
} |