go/internal/lsp/testdata/fillstruct/data/a.go

7 lines
76 B
Go

package data
type B struct {
ExportedInt int
unexportedInt int
}