mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +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:
+2
-2
@@ -1,8 +1,8 @@
|
||||
class C<T> {
|
||||
T get() { return null; }
|
||||
|
||||
void method(T value, X<T> x) {
|
||||
T v = get();
|
||||
System.out.println(v + " " + value);
|
||||
}
|
||||
|
||||
T get() { return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user