diamonds: do not warn about broken inference for raw types (IDEA-66132)

This commit is contained in:
anna
2011-03-08 11:27:12 +01:00
parent a96c1f061c
commit b5303937f9
2 changed files with 44 additions and 3 deletions
@@ -3,6 +3,7 @@ import java.util.List;
class Test {
List<String> queue = new ArrayList<>();
ArrayList l = new ArrayList<>(8);
}
class DD {