Files
2023-10-31 23:25:43 +00:00

6 lines
154 B
Java

class StringTemplate1 {
String x(int i) {
return STR."one two three \{i} four <selection><caret>five</selection> six \{i} seven eight nine}";
}
}