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.

pr78314.aj 95B

123456
  1. public class pr78314 {
  2. pr78314 a1 = new pr78314();
  3. pr78314 a2 = new pr78314();
  4. a1.foo();
  5. }