adding a test case
[IRC.git] / Robust / src / Tests / innerCallback.java
1 public interface innerCallback {\r
2     public void call();\r
3 }