pull up conflicts: method2abstract used private method moved to superclass (IDEA-56133)

This commit is contained in:
anna
2010-07-19 17:10:53 +04:00
parent 232cc27726
commit b126136e73
5 changed files with 53 additions and 2 deletions
@@ -0,0 +1,7 @@
public class Test {
void x() {
xx();
}
private void xx(){}
}