How do I look up annotations on a Kotlin PsiElemen...
# announcements
c
How do I look up annotations on a Kotlin PsiElement? It’s not an instance of
PsiModifierListOwner
, instead, its type is
JetProperty
and I don’t know what to do with that type