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