Home | History | Annotate | Download | only in src
      1 // Copyright 2006 The Android Open Source Project
      2 
      3 /**
      4  * Another interface.
      5  */
      6 public interface Iface2Sub1 extends Iface2, Cloneable {
      7 
      8     //public int iFunc2(int ii);
      9 }
     10