rename constructor matching class (IDEA-22812 )

This commit is contained in:
anna
2011-08-26 19:01:05 +02:00
parent 17ca8fe80f
commit 818ef93d29
4 changed files with 37 additions and 0 deletions
@@ -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(){}
}