pull up: static class references should NOT be updated if that classe was pulled as well

This commit is contained in:
anna
2010-06-04 12:00:42 +04:00
parent ffa6f672e0
commit 2504abd6be
4 changed files with 47 additions and 8 deletions
@@ -0,0 +1,8 @@
public class A extends AA {
<caret>
static class C extends D {}
static class D extends B {}
static class B {}
}
class AA {}