mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 13:18:46 +07:00
170c838207
GitOrigin-RevId: 1c55fac4ca08678e76aee02962ddf12153dd51cd
6 lines
117 B
Java
6 lines
117 B
Java
// "Make final and annotate as '@SafeVarargs'" "false"
|
|
public interface Test {
|
|
<T> void m<caret>ain(T... args);
|
|
}
|
|
|