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