mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
qualified diamonds fixed
This commit is contained in:
+4
@@ -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<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user