mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-intentions] Remove 'Add constructor parameter' fix for record fields (IDEA-248139)
As record instance field declaration is illegal, this action is useless anyway and only adds confusion GitOrigin-RevId: 4a1862f66c5a175fef675705e6af53ef5bae1f78
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0b6a5cb65c
commit
93479e1f99
+4
@@ -0,0 +1,4 @@
|
||||
// "Add constructor parameter" "false"
|
||||
record R(int a, int b) {
|
||||
private String <caret>str;
|
||||
}
|
||||
Reference in New Issue
Block a user