1 method pkg1.A.<T, U>m1(T, U)
   2   signature: (T, U)
   3              (T, U)
   4   @param <T> the kind of thing
   5   @param <U> the other kind of thing
   6   @param t the thing itself
   7   @param u the other thing
   8   type parameters:
   9     T
  10     U
  11   returns:
  12     void