mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
extract field: ensure type is valid after diamond conversion (IDEA-153602)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import java.util.*;
|
||||
class Foo {
|
||||
{
|
||||
List<String> l = <selection>new ArrayList<String>()</selection>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user