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

6 lines
153 B
Java

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