Is there a good channel (maybe even different slac...
# announcements
a
Is there a good channel (maybe even different slack instance) to ask questions about using PSI/UAST on koltin code? For example right now I'm struggling to figure out tell if a KotlinUParameter type is an inline type
k
#kontributors
#compiler
v
They’re usually a little slow to respond, but you can give the lint dev forum a try. https://groups.google.com/forum/#!forum/lint-dev
😂 1
s
Cc @nicolay.mitropolsky .
n
There is no way to do it directly via
KotlinUParameter
because UAST knows nothing about Kotlin-specific types . You can operate
KtParameter
, call
resolveToDescriptorIfAny
and check
ClassDescriptor.isInline
PS. As I think the better place to ask questions about plugin development is https://intellij-support.jetbrains.com/hc