blob: 12dcfe78b4348b6b8f2fc1744fdc2f211f29eb17 [file] [log] [blame]
// Copyright 2005 The Android Open Source Project
/**
* Test stuff.
*/
public interface Iface1 {
public int iFunc1(int ii);
public float mFloaty = 5.0f;
public String mWahoo = new String("wahoo");
}