Fix test data for 181/as33

This commit is contained in:
Denis Zharkov
2019-02-07 11:25:09 +03:00
parent 25bc88f33d
commit 2518ddd87d
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,8 @@
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>
}
}