rename constructor matching class (IDEA-22812 )

This commit is contained in:
anna
2011-08-26 18:44:45 +02:00
parent 17ca8fe80f
commit 818ef93d29
4 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// "Rename 'Foo' to 'Bar'" "true"
class Bar {
Bar(){}
}

View File

@@ -0,0 +1,4 @@
// "Rename 'Foo' to 'Bar'" "true"
class Bar {
Fo<caret>o(){}
}