Java parser tests moved to CE

This commit is contained in:
Roman Shevchenko
2010-08-04 15:30:17 +04:00
parent 05be23db87
commit 5939f7db91
576 changed files with 269982 additions and 2 deletions
@@ -0,0 +1,8 @@
public class Test {
public static <E> test() {
}
<E> void test1() {
}
<E1 extends Integer, E2 extends Runnable> String test2() {
}
}