mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +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 'VarArgMismatch2' take parameter of type 'int[]' here" "true-preview"
|
||||
record VarArgMismatch2(int[] x) {
|
||||
public VarArgMismatch2(int..<caret>. x) {
|
||||
this.x = x;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user