mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 04:27:40 +07:00
170c838207
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) {
|
|
|
|
}
|
|
}
|
|
|