Join Slack
Powered by
So, lets say you have a library which needs to con...
# announcements
c
christopher
06/30/2016, 3:55 PM
So, lets say you have a library which needs to consume things
A
like
Copy code
fun consumeA(aLike: Any) { val wrapped = A::class from aLike }
Open in Slack
Previous
Next