blob: 774c50b1d756e26d89b8a6597e9c48d9e075a1c8 [file] [log] [blame]
// test032
public class A {
protected synchronized Object foo() throws IOException,Exception{return new String("this is a very long long long long string") != null ? new Object() : null;}}