blob: 82b4fd4932cbe98352148f4df73ed13840cfec97 [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"))))));
}
}