mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
Java9CollectionFactoryInspectionTest: updated to use MockJdk9
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import java.util.*;
|
||||
public class Test {
|
||||
public void test2() {
|
||||
Set<String> set;
|
||||
set = Set.<String>of("foo", "bar", "xyz");
|
||||
set = Set.of("foo", "bar", "xyz");
|
||||
System.out.println(set);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user