mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 11:19:22 +07:00
8 lines
156 B
Java
8 lines
156 B
Java
public class Test {
|
|
public static <E> test() {
|
|
}
|
|
<E> void test1() {
|
|
}
|
|
<E1 extends Integer, E2 extends Runnable> String test2() {
|
|
}
|
|
} |