mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
diamonds: do not warn about broken inference for raw types (IDEA-66132)
This commit is contained in:
+1
@@ -3,6 +3,7 @@ import java.util.List;
|
||||
|
||||
class Test {
|
||||
List<String> queue = new ArrayList<>();
|
||||
ArrayList l = new ArrayList<>(8);
|
||||
}
|
||||
|
||||
class DD {
|
||||
|
||||
Reference in New Issue
Block a user