빠른 검사에서는 도달할 수 없는 코드를 제거합니다.
예:
fun value(): Int { return 42 print("Hello, world !") }
빠른 수정을 적용한 후:
fun value(): Int { return 42 }