mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
GitOrigin-RevId: 44e5d0383d30e5cfbafe61d18d1d16ba5cbfd8b7
5 lines
99 B
Java
5 lines
99 B
Java
class Test {
|
|
void test(){
|
|
System.out.println(1 + <selection>2 + 3</selection>);
|
|
}
|
|
} |