I have a reified method `M` being called from the ...
# announcements
r
I have a reified method
M
being called from the
get()
of a val in an interface. The type
T
of
M
is the interface type. Is there a way to get the type of the class implementing the interface in
M
?