Is it possible to access static members on reified...
# announcements
q
Is it possible to access static members on reified generics?
That might be a cool plugin actually.
p
Can you show an example where this is needed? I think you can just access static member on actual type instead.
k
Well you can't have a static interface or something so how would you guarantee they're there?
s
Maybe when Kotlin'll start support type-classes (on companion objects).