In Java, yes. The object does implement `java.util...
# announcements
d
In Java, yes. The object does implement
java.util.List
. But if you do the cast in Kotlin, it will not do a normal JVM cast operation, it will call an intrinsic method that does additional checks, see above..