mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
GitOrigin-RevId: 430c4c67698acdb46d1756c5ed3bc12d6b01a5bd
7 lines
253 B
Java
7 lines
253 B
Java
class Test {
|
|
String textBlock = """
|
|
Info: \
|
|
<selection>textInSameLin<caret>eButEscapedInSourCode</selection> \
|
|
textInSameLineButEscapedInSourCode2 \
|
|
""";
|
|
} |