Skip to content

Commit

Permalink
Add default icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ThemiraChathumina committed May 13, 2024
1 parent a35ac5e commit a87cb36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public Icon getCompletionIcon(CompletionItemKind kind) {
case Variable:
return Nodes.Variable;
default:
return null;
return Nodes.AnonymousClass;
}
}

Expand Down

0 comments on commit a87cb36

Please sign in to comment.