mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
9 lines
133 B
Java
9 lines
133 B
Java
// "Annotate as '@SafeVarargs'" "false"
|
|
public class Test {
|
|
@SafeVarargs
|
|
public static <T> void m<caret>ain(T... args) {
|
|
|
|
}
|
|
}
|
|
|