Skip to main content
summaryrefslogtreecommitdiffstats
blob: 82b4fd4932cbe98352148f4df73ed13840cfec97 (plain) (blame)
1
2
3
4
5
6
7
// 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