mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
@SafeVarargs inspection: find all methods which can be annotated as
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Annotate as @SafeVarargs" "false"
|
||||
import java.util.List;
|
||||
public class Test {
|
||||
public static void m<caret>ain(List<?>... args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user