If I get an error saying that I cannot use a varia...
# announcements
p
If I get an error saying that I cannot use a variable T as reified and I should use a class instead, am I supposed to use
javaClass<T>()
?