mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
highlight diamonds as type parameter list (IDEA-156859)
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ import java.util.List;
|
||||
class Test {
|
||||
|
||||
{
|
||||
List<List<String>> l = new ArrayList<List<<error descr="Cannot infer arguments"></error>>>();
|
||||
List<List<String>> l = new ArrayList<List<error descr="Cannot infer arguments"><></error>>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user