blob: ea9fd039abe548d7f51bd4470b3b02b0583142ae [file] [log] [blame]
// test020
public class A {
protected synchronized String foo(final java.lang.String s1)
throws IOException, Exception {
foo(foo(foo(foo(foo(foo("Helloddddddddddddddddddddddddddddddddddddd"))))));
}
}