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