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