class A { { Object o; try { o = foo(); } catch (Exception e) { } o.f(); } }