github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/godef/b/c.go (about)

     1  package b
     2  
     3  // This is the in-editor version of the file.
     4  // The on-disk version is in c.go.saved.
     5  
     6  var _ = S1{ //@godef("S1", S1)
     7  	F1: 99, //@godef("F1", S1F1)
     8  }