mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
GitOrigin-RevId: 12e91605bf8901d98d56b8d8dc3a348d4b1ae935
13 lines
200 B
Java
13 lines
200 B
Java
package test;
|
|
|
|
public class TestClass {
|
|
|
|
public void test() {
|
|
if (true) {
|
|
System.out.println();
|
|
}
|
|
else <selection>{
|
|
<caret> System.out.println();
|
|
}</selection>
|
|
}
|
|
} |