summaryrefslogtreecommitdiffstats
path: root/tests/009-instanceof2/src/Iface2Sub1.java
blob: db3e905bd4c62e7e031c73e093a288144cee7ce6 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2006 The Android Open Source Project

/**
 * Another interface.
 */
public interface Iface2Sub1 extends Iface2, Cloneable {

    //public int iFunc2(int ii);
}