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