I can get the class of something just fine with `F...
# announcements
c
I can get the class of something just fine with
Foo::class
, but why does
Foo<Bar>::class
not seem to work, and what should I be doing instead?