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,6 @@
class C {
List<? extends B> x(Collection<? super B> x) {
X<?> x = new X<B>();
X<? super Z<? extends B>> k;
}
}