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