Is there a way to check if a `KtDeclaration` is a ...
# intellij-plugins
s
Is there a way to check if a
KtDeclaration
is a delegated property without having to use
KtDeclaration.text
to search for
by
?