Java9CollectionFactoryInspectionTest: updated to use MockJdk9

This commit is contained in:
Tagir Valeev
2017-03-09 10:55:16 +07:00
parent 8d470681e4
commit 6f60712d5a
13 changed files with 19 additions and 12 deletions
@@ -5,7 +5,7 @@ public class Test {
public void test() {
Map<String, String> myMap;
myMap = Map.<String, String>of("a", "1", "b", "1", "c", "1",
myMap = Map.of("a", "1", "b", "1", "c", "1",
// D follows
"d", "1", "e", /* this is also 1*/ "1", "f", "1", "g", "1", // G is important!