given a `KSPropertyDeclaration`, how do I get any ...
# ksp
e
given a
KSPropertyDeclaration
, how do I get any initializing code for that property?
j
You cannot
e
that's the conclusion I'd been coming to as well. unfortunate. i'll have to rethink this a bit. if nothing else I can drill down to the PSI types underneath and extract that but ... gross.
e
I’d say maybe go with a compiler plugin?