summaryrefslogtreecommitdiffstats
path: root/tests/008-instanceof/src/Iface2.java
blob: 6f8c2622bdb298ed07095fc8ebe1297e9f23f334 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2006 The Android Open Source Project

/**
 * Another interface.
 */
public interface Iface2 {

    public int iFunc2(int ii);
}