* Merged with 3683e6f66d90.
[cacao.git] / tests / II.java
1 interface II{
2 public void foo();
3 public void foo2();
4 }