correctly treat accepting "new int[]" with [ (IDEA-70002)

This commit is contained in:
peter
2011-05-23 14:24:37 +02:00
parent 2401e665fe
commit ab06d12a17
4 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
public class Bar {
{
int[] a = new in<caret>
}
}
@@ -0,0 +1,5 @@
public class Bar {
{
int[] a = new int[<caret>]
}
}