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