aboutsummaryrefslogtreecommitdiff
path: root/src/test/test4/JIRA186.java
blob: 41935a72241234d38a7033ff392bc5c4d162f087 (plain)
1
2
3
4
5
6
7
package test4;

public class JIRA186 {
	public int test() {
		return 1;
	}
}