honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/quickfix/qf1008/testdata/src/example.com/CheckExplicitEmbeddedSelectorassist/assist.go (about)

     1  package assist
     2  
     3  type T1 struct {
     4  	T2
     5  }
     6  
     7  type T2 struct {
     8  	F int
     9  }
    10  
    11  var V T1