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