示例:
if (x > 0) { System.out.println("x is positive"); }
在应用快速修复后:
if (x > 0) System.out.println("x is positive");