mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 13:18:46 +07:00
170c838207
GitOrigin-RevId: 1c55fac4ca08678e76aee02962ddf12153dd51cd
8 lines
119 B
Java
8 lines
119 B
Java
// "Annotate as '@SafeVarargs'" "false"
|
|
public class Test {
|
|
public static void m<caret>ain(String... args) {
|
|
|
|
}
|
|
}
|
|
|