mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 07:21:13 +07:00
GitOrigin-RevId: 1c55fac4ca08678e76aee02962ddf12153dd51cd
8 lines
117 B
Java
8 lines
117 B
Java
// "Annotate as '@SafeVarargs'" "true"
|
|
public class Test {
|
|
public static <T> void mai<caret>n(T... args) {
|
|
|
|
}
|
|
}
|
|
|