blob: 4b3d78977309a582bc8bacea3e95cfb079abb694 [file] [log] [blame]
package testing;
import java.awt.peer.LabelPeer;
public class E {
private F f;
public void foo() {
try {
f.fun();
} catch (Exception e) {
}
}
}