package testPullUpGen.test40c.test; public interface I<T> { void m(T i); }