Files
openide/java/java-tests/testData/codeInsight/selectWordAction/textBlockEscapedLineEndings/after1.java
T
2023-10-30 10:30:22 +00:00

7 lines
253 B
Java

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