Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 41a9cfad4fbe86cb40a70cba2a17620f544899b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// test019: use TAB 
public class A {
	protected synchronized void foo(final java.lang.String s1, long l)
			throws IOException, Exception {
		foo("Helloddddddddddddddddddddddddddddddddddddd",
				121212121221212121212121);
		f("Helloddddddddddddddddddddddddddddddddddddd",
				121212121221212121212121);
		fooooooobaaaaaaar("Helloddddddddddddddddddddddddddddddddddddd",
				121212121221212121212121);
	}
}

Back to the top