The varargs patch does not handle the case where a varargs method is called
with a java array. For example, the following code returns a List containing a
string array as single element, instead of a List containing all the strings in
the array:
java.util.Arrays.asList(java.util.TimeZone.getAvailableIDs());
git-svn-id: svn://10.0.0.236/trunk@228931 18797224-902f-48f8-a5cc-f745e15eee43