在预期为集合类型时调用两次类型匹配代码补全(
&shortcut:SmartTypeCompletion;
),将搜索具有相同组件类型的数组,并建议使用
Arrays.asList()
调用进行转换。