mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +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("$", "/");
|
|
} |