mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 08:34:11 +07:00
170c838207
GitOrigin-RevId: 1c55fac4ca08678e76aee02962ddf12153dd51cd
9 lines
124 B
Java
9 lines
124 B
Java
// "Annotate as '@SafeVarargs'" "true"
|
|
public class Test {
|
|
@SafeVarargs
|
|
public final <T> void main(T... args) {
|
|
|
|
}
|
|
}
|
|
|