mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 10:22:24 +07:00
GitOrigin-RevId: 97f4885283f6da2bb06c46df6ea19ee6cd8caa7c
6 lines
100 B
Java
6 lines
100 B
Java
class A {
|
|
void test() {
|
|
String s = <selection>STR."Hello \nWorld"<caret></selection>;
|
|
}
|
|
}
|