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
@@ -0,0 +1,3 @@
class Test {
static final int[] myT = {1,2};
}