public class Client { public static void main(String[] args) { Object value = new A<ValueImpl>().foo(); } }