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