mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
extract class: field initializers fixed (IDEA-52622)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
public class Extracted {
|
||||
static final int[] myT = {1, 2};
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
class Test {
|
||||
}
|
||||
Reference in New Issue
Block a user