mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
corrected test data of "MoveMembersTest#testscr40064", due to introducing "initializer block" arrangement entry and providing changes in default arrangement configuration (98b4ec4), instance and static fields are now placed before instance initializer blocks (default order: "static fields", "static initializers", "fields", "instance initializers")
This commit is contained in:
@@ -6,9 +6,9 @@ class Test {
|
||||
}
|
||||
|
||||
class Test1 {
|
||||
static int i;
|
||||
|
||||
{
|
||||
i = 0;
|
||||
}
|
||||
|
||||
static int i;
|
||||
}
|
||||
Reference in New Issue
Block a user