mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] raises language level to Java 9
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import java.util.*;
|
||||
public class Test {
|
||||
List<Integer> f = new ArrayList<Integer>(){};
|
||||
List<Integer> f = new ArrayList<>(){};
|
||||
}
|
||||
Reference in New Issue
Block a user