Files
openide/java/java-tests/testData/codeInsight/selectWordAction/stringTemplate5/after2.java
T
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}<selection>
four <caret>five
six </selection>\{i}
seven eight nine
""";
}
}