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.

Types.java 114B

123456789101112
  1. public class Types {
  2. }
  3. //@Anno
  4. //class X {
  5. // public void m() {}
  6. //}
  7. @Anno
  8. class Y<T> {
  9. public void m() {}
  10. }