I have a sealed class, say `A`, whose subtypes are...
# announcements
r
I have a sealed class, say
A
, whose subtypes are all `object`s. Now, I get an instance of type
Class<out A>
. How can I know which of the `object`s this class is?