mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
8 lines
125 B
Java
8 lines
125 B
Java
// "Make final and annotate as '@SafeVarargs'" "true"
|
|
public class Test {
|
|
public <T> void m<caret>ain(T... args) {
|
|
|
|
}
|
|
}
|
|
|