* configure.ac (AC_CONFIG_FILES): Re-enabled resolving since Edwin
[cacao.git] / tests / GG.java
1 public class GG extends BB
2 {
3 public void f() {
4   int x = 5;
5 }
6 }