mirror of
https://github.com/golang/go
synced 2024-11-19 02:14:43 -07:00
6dfe7efaa9
This makes our internal version of go to definition be tested with the same test data that godef now uses Change-Id: I04e488b6b9b2d891181f202ea1125b823a079c50 Reviewed-on: https://go-review.googlesource.com/c/150045 Reviewed-by: Rebecca Stambler <rstambler@golang.org>
9 lines
162 B
Go
9 lines
162 B
Go
package b
|
|
|
|
// This is the in-editor version of the file.
|
|
// The on-disk version is in c.go.saved.
|
|
|
|
var _ = S1{ //@godef("S1", S1)
|
|
F1: 99, //@godef("F1", S1F1)
|
|
}
|