public class Test { public VC identity(VC vc) { return vc; } public static void main(String[] args) { new Client().test(); } }