mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 01:46:46 +07:00
GitOrigin-RevId: 500fdf647c90dd8877e39cdbef4e88d0b24806eb
6 lines
138 B
Java
6 lines
138 B
Java
class MyTest {
|
|
String text = """
|
|
Lorem ipsum""" <caret>+ " " + """
|
|
dolor sit amet
|
|
""";
|
|
} |