mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 09:08:32 +07:00
170c838207
GitOrigin-RevId: 1c55fac4ca08678e76aee02962ddf12153dd51cd
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) {
|
|
|
|
}
|
|
}
|
|
|