`where A : Any` constrains `A` to a non-null type....
# announcements
y
where A : Any
constrains
A
to a non-null type. it doesn’t affect your ability to get
A::class
in any way