mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-16 19:41:27 +07:00
6 lines
154 B
Java
6 lines
154 B
Java
class StringTemplate1 {
|
|
|
|
String x(int i) {
|
|
return STR."<selection>one <caret>two three </selection>\{i} four five six \{i} seven eight nine}";
|
|
}
|
|
} |