3c2b06c10fe25484255fe3095d5f36948a600598
[cacao.git] / tests / EE.java
1 public class EE extends CC
2 {
3 public void f2() {
4   int x = 6;
5 }
6 }