mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
diamonds: collapse to diamonds when introducing (IDEA-73069)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import java.util.ArrayList;
|
||||
class Test {
|
||||
void foo() {
|
||||
final ArrayList<String> a = new ArrayList<>();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
import java.util.ArrayList;
|
||||
class Test {
|
||||
void foo() {
|
||||
new Array<caret>List<String>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user