x-post from other Slack group > May be dumb qu...
# detekt
p
x-post from other Slack group
May be dumb question, but does anyone happen to know where I could find any documentation on
Kt*
elements? I am trying to write a custom rule for Detekt but can not find any docs (or at least my Google skills are bad 😛 ). Specifically I am trying to find a way to detect the
Class
of a variable calling a method: e.g.:
a.foo()
, find the class of
a
.