Join Slack
Powered by
In Java, yes. The object does implement `java.util...
# announcements
d
diesieben07
09/07/2017, 11:36 PM
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..
Open in Slack
Previous
Next