mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
4 lines
102 B
Java
4 lines
102 B
Java
// "Remove redundant call" "true-preview"
|
|
class X {
|
|
String s = "a$b"+"c".<caret>replace("$", "/");
|
|
} |