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