blob: bb99dbc04af0cc969089b0fe427c8705b2706418 [file]
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>("");
}
}