mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-05 02:20:59 +07:00
37116e8226
GitOrigin-RevId: 500fdf647c90dd8877e39cdbef4e88d0b24806eb
5 lines
107 B
Java
5 lines
107 B
Java
class MyTest {
|
|
String text = """
|
|
Lorem ipsum <caret>dolor sit amet
|
|
""";
|
|
} |