Can I assume 2 `KSNode` pointing to the same progr...
# ksp
m
Can I assume 2
KSNode
pointing to the same program element are referentially equal? (
===
) Or is it possible to have multiple instances representing the same class, annotation, etc..?
t
It is possible to have multiple instances.
🚀 1
m
Thanks!