mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-16 16:02:16 +07:00
IDEA-229320 Heap pollution warning for records
GitOrigin-RevId: 1e870db7c171c02af5d01c74ca631ab2dafe43ef
This commit is contained in:
committed by
intellij-monorepo-bot
parent
89d4f6f422
commit
2c22ee32a7
+5
@@ -0,0 +1,5 @@
|
||||
// "Annotate as @SafeVarargs" "true"
|
||||
@SafeVarargs
|
||||
public record Test(java.util.List<String>... args) {
|
||||
}
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Annotate as @SafeVarargs" "true"
|
||||
public record T<caret>est(java.util.List<String>... args) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user