x/tools/gopls: inconsistent semantic token types for function #57469
Labels
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
As example, a function has 3 function type parameter: fn1, fn2, fns.




fn1 is defined by normal function type.
fn2 is defined by an alias type for function.
fns is defined by variable number of arguments for an alias function type.
it check "fn1" as function, that is correct.
it check "fn2" as variable but not function.
it check the element of "fns" as normal variable but not function.
So there is inconsistent.
The text was updated successfully, but these errors were encountered: