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