mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: a6ca3dea5d3ab7ec8237c21a06e366e3e5c68a89
5 lines
105 B
Java
5 lines
105 B
Java
class Test {
|
|
void test(){
|
|
System.out.println(<selection>"one" + "two"</selection> + "three");
|
|
}
|
|
} |