mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
highlight diamonds as type parameter list (IDEA-156859)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class Neg08 {
|
||||
public static void main(String[] args) {
|
||||
String s = new String<<error descr="Diamond operator is not applicable for non-parameterized types"></error>>("foo");
|
||||
String s = new String<error descr="Diamond operator is not applicable for non-parameterized types"><></error>("foo");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user