Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/unnecessaryTostring/afterUnqualified.java

7 lines
121 B
Java

// "Replace with 'this'" "true"
class X {
void test(Object x) {
/*comment*/
System.out.println(this);
}
}