示例#1
0
 @Override
 public Test copy() {
   return Test.get(type);
 }
示例#2
0
 public static void main(String[] args) {
   Test<String> test = new GenericTest.Test();
   System.out.println(test.get());
 }