mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
MoveFieldAssignmentToInitializerInspection: disable for record components
GitOrigin-RevId: a8055e5eaf54381011763d64f34433d62142a4b8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
452937229a
commit
0fcad6c545
@@ -0,0 +1,6 @@
|
||||
// "Move assignment to field declaration" "false"
|
||||
record S(int... j ){
|
||||
S(int j){
|
||||
this.j <caret>= 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user