예:
if (x > 0) { System.out.println("x is positive"); }
빠른 수정을 적용한 후:
if (x > 0) System.out.println("x is positive");