Sign in
go
/
tools
/
6a8222ee2526b2e78253a6ba6ca3a1a4c44ae898
/
.
/
internal
/
lsp
/
analysis
/
fillstruct
/
testdata
/
src
/
b
/
b.go
blob: a4b394605aa4c94d16b77768308dd55ce349b537 [
file
]
package fillstruct
type B struct {
ExportedInt int
unexportedInt int
}