Merged with cldc-branch
[cacao.git] / tests / AA1.java
1 public class AA1 extends AA
2 {
3 public void f() {
4   int x = 3;
5 }
6 }