mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-28 17:29:55 +07:00
[java-intentions] MethodParameterFix: preview-friendly
GitOrigin-RevId: 14945eb9ea25a46005d9bfb77bf8c525d9e142f1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
942d8db752
commit
9d10cf9e58
@@ -0,0 +1,6 @@
|
||||
// "Make 'VarArgMismatch' take parameter of type 'int...' here" "true-preview"
|
||||
record VarArgMismatch(int... x) {
|
||||
public VarArgMismatch(int<caret>[] x) {
|
||||
this.x = x;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user