Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9bd5c1b3b57b4cdc567daa5f275fcc5abf9b8a78 (plain) (blame)
1
2
3
4
5
// test020
public class A {
protected synchronized String foo(final java.lang.String s1) throws IOException,Exception{
foo(foo(foo(foo(foo(foo("Helloddddddddddddddddddddddddddddddddddddd"))))));
}}

Back to the top