mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class Test {
|
||||
static int bar(){return 1;}
|
||||
|
||||
void foo() {
|
||||
Test s = new Test();
|
||||
s.bar();
|
||||
}
|
||||
|
||||
static int bar(){return 1;}
|
||||
}
|
||||
Reference in New Issue
Block a user