RootCauseunvalidated
`SomeList.toArray(...)` will first check if the array is big enough — new AnotherClass[0]. Outcome: `new AnotherClass[0]` will create an array with 0 elements.
fd6e96a2-332c-4308-87ee-210416910733
SomeList.toArray(...) will first check if the array is big enough — new AnotherClass[0]. Outcome: new AnotherClass[0] will create an array with 0 elements.