mirror of
https://github.com/golang/go
synced 2024-11-19 03:54:42 -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>
6 lines
90 B
Go
6 lines
90 B
Go
package generated
|
|
|
|
func _() {
|
|
var x int //@diag("x", "LSP", "x declared but not used")
|
|
}
|