You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous method signature didn't make sense because the tests were always giving a list of mixed objects. So, the method parameter could only take a List of mixed objects (i.e. T can only be an `Object`). This would have also meant that the method can only return a List of objects.
Fixesexercism#2896
0 commit comments