mirror of
https://github.com/golang/go
synced 2024-11-18 23:05:06 -07:00
cae9aa5434
This is probably a better approach than showing an extra diagnostic, since a user cannot dismiss a diagnostic. Fixes golang/go#33397 Change-Id: I92b9a00f51a463673993793abfd4cfb99ce69a91 Reviewed-on: https://go-review.googlesource.com/c/tools/+/188766 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
8 lines
139 B
Go
8 lines
139 B
Go
package generated
|
|
|
|
// Code generated by generator.go. DO NOT EDIT.
|
|
|
|
func _() {
|
|
var y int //@diag("y", "LSP", "y declared but not used")
|
|
}
|