Skip to content

Commit

Permalink
gopls: add non nil if check around function result highlight
Browse files Browse the repository at this point in the history
The result of funcType will be nil, if a function does not return
any values. This caused an SIGSEGV before.

Fixes golang/go#65952
  • Loading branch information
Patrick Pichler committed Feb 27, 2024
1 parent 74182b2 commit 25359d3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 25359d3

Please sign in to comment.