mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 11:47:50 +07:00
4 lines
70 B
Java
4 lines
70 B
Java
// "Remove redundant call" "true"
|
|
class X {
|
|
String s = "a$b"+ "c";
|
|
} |