So, lets say you have a library which needs to con...
# announcements
c
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
}