yeah, there's nothing magical about `reified` in K...
# announcements
k
yeah, there's nothing magical about
reified
in Kotlin, the only time it works is when you're inlining something because at the call-site, when you're inlining, you can just replace the
T::class
with a hardcoded
Foo::class
where
Foo
is your real type