package testPullUpGen.test23b.expectedresult; public class A extends S<Integer> { @Override protected int m(Integer i){ return 1; } }