* tests/threadInterrupt.java: Added a test showing a bug in the pre-sable
[cacao.git] / tests / EE.java
1 public class EE extends CC
2 {
3 public void f2() {
4   int x = 6;
5 }
6 }