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: 5fcbb5a1e0e47afae2d5bd6059c6045938bb26c1 (plain) (blame)
1
2
3
4
5
public class A {
	
	void thisIsAMethodWithAVeryLongName(long l, int i, String s, Object o) throws IOException {
	}
}

Back to the top