blob: f6b700386a5ca49e0c7bd70cd33e14fd6929b17e [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;}}