Skip to content

Commit

Permalink
fix: psi element text should not be null #123
Browse files Browse the repository at this point in the history
  • Loading branch information
jialiu-github committed Apr 8, 2024
1 parent f38b53a commit 9a442cb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ class JavaVariableContextBuilder : VariableContextBuilder {

return VariableContext(
psiElement,
psiElement.text,
psiElement.text?:"",
psiElement.name,
containingMethod,
containingClass,
Expand Down

0 comments on commit 9a442cb

Please sign in to comment.