mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
diamond: reject diamonds nested inside type arguments as soon as possible (IDEA-155153)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
{
|
||||
List<List<String>> l = new ArrayList<List<<error descr="Cannot infer arguments"></error>>>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user