gotools/gopls/internal/analysis/fillstruct/testdata/src/b/b.go

package fillstruct

type B struct {
	ExportedInt   int
	unexportedInt int
}