mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
enable diamonds in field initializers (IDEA-63979)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
List<String> queue = new ArrayList<>();
|
||||
}
|
||||
Reference in New Issue
Block a user