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