Just got a very strange compilation error for generic array in common module.
The code goes like this:`val array: Array<T> = Array(context.rows, initializer)`. And the exception says
Cannot use 'T' as reified type parameter. Use a class instead.
. What does it mean?