Sign in
go
/
go
/
78fb1d03d39e8357e4790a9f0788ef0a8e7d8ae1
/
.
/
test
/
fixedbugs
/
issue4879.dir
/
b.go
blob: d8fb5693db903e528eb8f5d9747753d19a999f66 [
file
] [
log
] [
blame
]
package b
import "./a"
func F() {
a.MakePrivateCollection()
a.MakePrivateCollection2()
a.MakePrivateCollection3()
}