mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-126310 Unnecessary toString() call fix breaks code
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Fix all 'Unnecessary call to 'toString()'' problems in file" "true"
|
||||
class X {
|
||||
void test(Object x) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user