qualified diamonds fixed

This commit is contained in:
anna
2011-05-05 21:45:26 +02:00
committed by Roman Shevchenko
parent a9bd1b2273
commit b7c7f173e1
2 changed files with 7 additions and 1 deletions
@@ -131,3 +131,7 @@ class TestLocal<X> {
Local l = new Local<<error descr="Diamond operator is not applicable for non-parameterized types"></error>>();
}
}
class QualifiedTest {
java.util.Map<String, String> s = new java.util.HashMap<>();
}