IDEA-69795 (Quickfix "Remove explicit array creation" breaks code)

This commit is contained in:
Bas Leijdekkers
2011-05-20 17:33:37 +02:00
parent e49630a434
commit 417fb950bb
4 changed files with 44 additions and 2 deletions
@@ -22,4 +22,5 @@ public class RedundantArrayForVarargsCallInspectionTest extends InspectionTestCa
public void testIDEADEV25923() throws Exception { doTest(); }
public void testNestedArray() throws Exception { doTest(); }
public void testCheckEnumConstant() throws Exception { doTest(); }
public void testGeneric() throws Exception { doTest(); }
}