go/internal/lsp/testdata/semantic
pjw ca627f833c internal/lsp/semantic: fix some type definitions
xyz and err in
type A func(xyz int) (err error), or
type B struct{xyz int}
were incorrectly marked as types, when they are not.

These are now marked as variables (although the choice is somewhat
arbitrary for A).

Fixes golang/go#45233

Change-Id: I2df4eab7606c356f30bf3337c12d9190e74bc392
Reviewed-on: https://go-review.googlesource.com/c/tools/+/305209
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Trust: Peter Weinberger <pjw@google.com>
2021-03-30 15:15:52 +00:00
..
a.go
a.go.golden internal/lsp/semantic: fix some type definitions 2021-03-30 15:15:52 +00:00
b.go
b.go.golden internal/lsp: add defaultLibrary mod for basic types 2021-03-22 19:13:07 +00:00
semantic_test.go