• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2006 The Android Open Source Project
2 
3 /**
4  * Another interface.
5  */
6 public interface Iface2 {
7 
iFunc2(int ii)8     public int iFunc2(int ii);
9 }
10