why is the following wrong: ``` Int::class.java.ca...
# announcements
r
why is the following wrong:
Copy code
Int::class.java.cast(1)
I am getting the following error
Cannot cast java.lang.Integer to int