1 2 3 4 5 6 7
package test3; public class JIRA63Helper { public static JIRA63Helper getAnObject(Object o) { return new JIRA63Helper(); } }