mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Java parser tests moved to CE
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class Test {
|
||||
public static <E> test() {
|
||||
}
|
||||
<E> void test1() {
|
||||
}
|
||||
<E1 extends Integer, E2 extends Runnable> String test2() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user