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.

B.java 175B

12345678910111213
  1. package x;
  2. public class B {
  3. private int b() {
  4. return b();
  5. }
  6. @Override
  7. protected Object clone() throws CloneNotSupportedException {
  8. b();
  9. return super.clone();
  10. }
  11. }