inplace introduce: restore initial local variable name

This commit is contained in:
anna
2011-06-29 18:52:49 +04:00
parent 59ed4dc0c2
commit 2f34ff976e
3 changed files with 19 additions and 2 deletions
@@ -16,6 +16,6 @@
class Test {
void simpleMethod() {
boolean <caret>BB = false;
boolean <caret>bb = false;
}
}