public class TestGenerics { > void foo(T n) {} void foo(T i) {} }