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:
@@ -1,5 +1,5 @@
|
||||
public class Extracted<T> {
|
||||
private T myT;
|
||||
T myT;
|
||||
|
||||
public Extracted() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user