Open emcleod opened 7 years ago
e.g. public static T[] double(T[] input) {...}
The generic type information is not retrieved correctly and so the result array is always Object[], which throws an exception when the method is invoked.
e.g. public static T[] double(T[] input) {...}
The generic type information is not retrieved correctly and so the result array is always Object[], which throws an exception when the method is invoked.