mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
collapse to diamond in more cases (following IDEA-CR-16753)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
class Temp {
|
||||
{
|
||||
new Runnable() {
|
||||
List<String> result = new ArrayList<>();
|
||||
}.run();
|
||||
}
|
||||
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
import java.util.List;
|
||||
|
||||
class Temp {
|
||||
{
|
||||
new Runnable() {
|
||||
List<String> result = new <caret>
|
||||
}.run();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user