mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 04:44:53 +07:00
GitOrigin-RevId: 6d919937a6624f6a05e0386c8f10c5ba26bce249
9 lines
108 B
Java
9 lines
108 B
Java
class Test {
|
|
|
|
void test() {
|
|
String block = """
|
|
<caret>
|
|
text""";
|
|
}
|
|
|
|
} |