* tests/threadInterrupt.java: Added a test showing a bug in the pre-sable
[cacao.git] / tests / IICC.java
1 class IICC extends IIAA {
2 public void foo( ) {
3   this.bar(); 
4 }
5 }