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