Files
Bas Leijdekkers 661fc8569c Java: fix text block selection behaviour in text blocks with escaped newlines (IDEA-282073)
GitOrigin-RevId: 430c4c67698acdb46d1756c5ed3bc12d6b01a5bd
2023-10-30 10:30:22 +00:00

7 lines
230 B
Java

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