Found a relevant StackOverflow question: <https://...
# announcements
a
Found a relevant StackOverflow question: https://stackoverflow.com/questions/41941102/instantiating-generic-array-in-kotlin. As I suspected, it is not type erasure, but specific problem of Array. I wanted to make use of primitive array as well. I think I will just pass class explicitly.