Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
String[] foo = new String[]
{ "a", "b" }or
Object[] foo = null
both fail
String[] foo = new String[]
{ "a", "b" }or
Object[] foo = null
both fail