mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
rename constructor matching class (IDEA-22812 )
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// "Rename 'Foo' to 'Bar'" "true"
|
||||
class Bar {
|
||||
Bar(){}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Rename 'Foo' to 'Bar'" "true"
|
||||
class Bar {
|
||||
Fo<caret>o(){}
|
||||
}
|
||||
Reference in New Issue
Block a user