Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/replaceOnLiteral/afterReplaceOnLiteral.java
Tagir Valeev b27935c747 [java-inspections] IDEA-285742 New inspection: replacement method has no effect
GitOrigin-RevId: 708af15324387475e434e2e0c87fe2d26ceac1ef
2021-12-28 06:23:36 +00:00

4 lines
70 B
Java

// "Remove redundant call" "true"
class X {
String s = "a$b"+ "c";
}