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