aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/godef/b/c.go
blob: c8daf62422a50547e9c27c5e51f81432c68543fb (plain)
1
2
3
4
5
6
7
8
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)
}