Remove accidentally committed test data bunch for as33

This commit is contained in:
Denis Zharkov
2019-02-07 16:24:10 +03:00
parent ec2dacf9a2
commit b37aeb8f14
@@ -1,8 +0,0 @@
package test;
import foo.A;
public class ThrowsOnGenericMethod {
public static void main(String[] args) {
new A().<error descr="Unhandled exception: java.io.IOException">foo("");</error>
}
}