mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
rename suggestions: suggest new names for non-variables (IDEA-121982)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class MyTest {
|
||||
|
||||
static class Foo {
|
||||
}
|
||||
|
||||
static Foo get<caret>_i() { return null; }
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
class MyTest {
|
||||
|
||||
static class Foo {
|
||||
}
|
||||
|
||||
static Foo getI() { return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user