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