extract field: ensure type is valid after diamond conversion (IDEA-153602)

This commit is contained in:
Anna.Kozlova
2016-04-01 11:38:39 +02:00
parent f8e479a020
commit 943ed6a002
4 changed files with 24 additions and 2 deletions
@@ -0,0 +1,6 @@
import java.util.*;
class Foo {
{
List<String> l = <selection>new ArrayList<String>()</selection>;
}
}