extract class: field initializers fixed (IDEA-52622)

This commit is contained in:
anna
2010-03-05 14:07:35 +03:00
parent 1522c2378e
commit 9e086ac5f3
22 changed files with 168 additions and 149 deletions
@@ -1,5 +1,5 @@
public class Extracted {
private int myT;
int myT;
public int getMyT() {
return myT;