* Merged with 3683e6f66d90.
[cacao.git] / tests / IICC.java
1 class IICC extends IIAA {
2 public void foo( ) {
3   this.bar(); 
4 }
5 }