IDEA-175672 Duplicate "new char[]" suggestions

This commit is contained in:
peter
2017-07-12 22:03:49 +02:00
parent 4ce6e7c0df
commit 3cd5240969
5 changed files with 25 additions and 3 deletions
@@ -0,0 +1,5 @@
class Foo {
{
char[] cc = new cha<caret>x
}
}
@@ -1,5 +1,5 @@
public class Bar {
{
int[] a = new in<caret>
int[] a = new in<caret>x
}
}
@@ -1,5 +1,5 @@
public class Bar {
{
int[] a = new int[<caret>]
int[] a = new int[<caret>]x
}
}