blob: bef32979d067cc7a9c4d3b4db8ef7b6822f59f36 [file] [log] [blame]
package test0021;
public class Test {
<T extends Exception> void foo() throws T {
}
}