mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 12:48:12 +07:00
GitOrigin-RevId: 55ffed6010a531c34dfa18e22ad5b82ced9599ba
10 lines
215 B
Java
10 lines
215 B
Java
class Test {
|
|
void test() {
|
|
<selection>final String str = "atata";
|
|
do {
|
|
System.out.println();
|
|
} while (Math.random() > 0.5);</selection>
|
|
|
|
System.out.println(str);
|
|
}
|
|
} |