summaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr242797/case1/ClassUtils.java
blob: 496255d5b674329762b101f6251116e79943dc24 (plain)
1
2
3
4
public class ClassUtils {
	public static Class guessGenericType(Class c) { return c; }
}