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

7 lines
230 B
Java

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