示例:
void process(String name, Object[] objects);
在应用快速修复后:
void process(String name, Object... objects);
仅当项目或模块的语言级别为 5 或更高时,此检查才会报告。