go/internal/lsp/testdata/semantic
pjw 1f763dfd2e internal/lsp: add semantic tokens for arrows in declarations
Fixes: golang.org/#52024

Change-Id: Ib79a839f9bdeaef1250925add69dea3ae32e1cae
Reviewed-on: https://go-review.googlesource.com/c/tools/+/397479
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Trust: Peter Weinberger <pjw@google.com>
2022-04-07 14:52:22 +00:00
..
README.md internal/lsp: in semantic tokens, better distinguish between types and variables 2021-05-11 14:51:35 +00:00
a.go internal/lsp/semantic: improve semantic token processing 2021-07-14 22:42:09 +00:00
a.go.golden internal/lsp: add semantic tokens for arrows in declarations 2022-04-07 14:52:22 +00:00
b.go internal/lsp: add semantic tokens for arrows in declarations 2022-04-07 14:52:22 +00:00
b.go.golden internal/lsp: add semantic tokens for arrows in declarations 2022-04-07 14:52:22 +00:00
semantic_test.go internal/lsp: add gopls semtok command and semantic token tests 2020-10-16 18:10:36 +00:00

README.md

The golden files are the output of gopls semtok <src-file>, with -- semantic -- inserted as the first line (the spaces are mandatory) and an extra newline at the end.