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