Note that checking generic type at runtime is impo...
# announcements
p
Note that checking generic type at runtime is impossible on JVM because of type erasure. In Kotlin it is allowed in this specific case with a sort of a hack under the hood.