public class ExtendsKCWithT extends KC { public static String bar() { return new ExtendsKCWithT().foo(); } }