mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 00:35:33 +07:00
GitOrigin-RevId: 6d919937a6624f6a05e0386c8f10c5ba26bce249
10 lines
103 B
Java
10 lines
103 B
Java
class Test {
|
|
void test() {
|
|
String block = """
|
|
<caret>
|
|
|
|
|
|
|
|
""";
|
|
}
|
|
} |