blob: 0e3aa9a7ce64fc885844ca9dc63e2328f58e9c70 [file] [log] [blame]
public class Test {
public static <E> test() {
}
<E> void test1() {
}
<E1 extends Integer, E2 extends Runnable> String test2() {
}
}