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