package p; import java.util.Collection; public class A { void m(){ Collection c = null; for (Object object : c) { try{ }finally{ } } } }