mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
disable move initializer to constructor for final fields with usages in initializers (IDEA-174973)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Move initializer to constructor" "false"
|
||||
public class X {
|
||||
final int <caret>i=7;
|
||||
int j = i;
|
||||
}
|
||||
Reference in New Issue
Block a user