1 2 3 4 5 6
interface RIGHT<A, B> { static int ONE; static int TWO; static int THREE; public B foo(A ChangeMe); }