* configure.ac (AC_CONFIG_FILES): Re-enabled resolving since Edwin
[cacao.git] / tests / II.java
1 interface II{
2 public void foo();
3 public void foo2();
4 }