Files
openide/java/java-tests/testData/refactoring/pushDown/SecondNormalizedField.java
Anna.Kozlova f1d055e30c push down: normalize field before copy is created (IDEA-182422)
otherwise initial field bundle won't be updated
2017-11-20 17:40:45 +01:00

5 lines
70 B
Java

class Base {
int one, t<caret>wo;
}
class Inheritor extends Base {}