You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GenericsLost2Dep.java 174B

12345678
  1. import java.util.*;
  2. import java.lang.reflect.*;
  3. public class GenericsLost2Dep {
  4. public static void main(String[] args) {
  5. new GenericsLost2().getStrings().add("abc");
  6. }
  7. }