package testPullUpGen.test3.possibleresult1; public class A <T> extends S <T, Integer> { @Override int m(Integer i){ return 1; } }