mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
heap pollution:check if possible to make final (IDEA-65920)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Make final and annotate as @SafeVarargs" "true"
|
||||
public class Test {
|
||||
@SafeVarargs
|
||||
public final <T> void m<caret>ain(T... args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user