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