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