mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-24 14:44:36 +07:00
5 lines
64 B
Java
5 lines
64 B
Java
class a {
|
|
void foo() {
|
|
String s = "abc\"<caret>def";
|
|
}
|
|
} |