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.

pr114744.aj 141B

1234567
  1. public aspect pr114744 {
  2. Class<? extends pr114744> pr114744.cl;
  3. void foo() throws Exception {
  4. pr114744 ci = cl.newInstance();
  5. }
  6. }