* tests/threadInterrupt.java: Added a test showing a bug in the pre-sable
[cacao.git] / tests / II.java
1 interface II{
2 public void foo();
3 public void foo2();
4 }