blob: 389495b9767a479414d1f943ee79f8644fbf6247 [file] [log] [blame]
// test033
public class A {
protected synchronized Object foo() throws IOException, Exception {
return new String("") != null ? null : null;
}
}