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