package testPullUpGen.test16b.expectedresult; public interface I <T> { int m(T i) ; } //remark : no 'public' keyword.