void
return
示例:
void foo (String s){ print(s) return }
在应用快速修复后:
void foo (String s){ print(s) }
有关更多信息,请参阅 Java 中的同一检查。