mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 13:18:46 +07:00
684fab8ee9
GitOrigin-RevId: 231d9bf7091be67532e08f698e1e94e5013c0744
6 lines
110 B
Java
6 lines
110 B
Java
// "Annotate as '@SafeVarargs'" "false"
|
|
|
|
public class CStyleVararg {
|
|
|
|
void x<caret>(String... ss[][]) {}
|
|
} |