mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
GitOrigin-RevId: 97f4885283f6da2bb06c46df6ea19ee6cd8caa7c
7 lines
88 B
Java
7 lines
88 B
Java
class A {
|
|
void test() {
|
|
String s = STR."""
|
|
Hello <caret>\nWorld""";
|
|
}
|
|
}
|