dephinera
06/19/2020, 1:19 PMfun visitReferenceExpression(expression: KtReferenceExpression)
method the expression is missing the identifier child. The other problem I have is that when I try the resolve the declaration reference, I always get null and the references list is empty, even though the Psi Viewer plugin shows that it shouldn't be. Is it possible to modify the PSI from a visitor?dephinera
06/19/2020, 1:35 PMdephinera
06/19/2020, 2:10 PM