DEADSOFTWARE

Первые наработки бэкэнда для jvm
[dsw-obn.git] / tst.java
1 public abstract class tst
2 {
3 public abstract void invoke();
4 }