Files
openide/java/java-tests/testData/codeInsight/selectWordAction/textBlockEscapedLineEndings/after2.java
T
2023-10-31 23:25:21 +00:00

7 lines
253 B
Java

class Test {
String textBlock = """
<selection> Info: \
textInSameLin<caret>eButEscapedInSourCode \
textInSameLineButEscapedInSourCode2 \
</selection> """;
}