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

11 lines
194 B
Java

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