Fix test data for 181/as33
This commit is contained in:
+8
@@ -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>
|
||||||
|
}
|
||||||
|
}
|
||||||
+8
@@ -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>
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user