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