Skip to content

Commit

Permalink
re-add missing comment
Browse files Browse the repository at this point in the history
Signed-off-by: Max Fisher <[email protected]>
  • Loading branch information
maxfisher-g committed Oct 17, 2023
1 parent 9083cea commit b929097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/staticanalysis/token/identifier_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"golang.org/x/exp/maps"
)

// IdentifierType enumerates the possible types of a source code identifier,
// encountered during static analysis.
type IdentifierType int

const (
Expand Down

0 comments on commit b929097

Please sign in to comment.