mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
Intention to convert a.equals(b) to Objects.equals(a, b) (IDEA-143925)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class X {
|
||||
void m() {
|
||||
|
||||
if ("asd".equa<caret>ls("qwe")) {
|
||||
// do something
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user