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

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

    public int iFunc2(int ii);
}